7 #ifndef MEDIA_FORMATS_MP4_KEY_ROTATION_FRAGMENTER_H_
8 #define MEDIA_FORMATS_MP4_KEY_ROTATION_FRAGMENTER_H_
10 #include "packager/media/base/fourccs.h"
11 #include "packager/media/base/key_source.h"
12 #include "packager/media/event/muxer_listener.h"
13 #include "packager/media/formats/mp4/encrypting_fragmenter.h"
45 scoped_refptr<StreamInfo> info,
48 KeySource::TrackType track_type,
49 int64_t crypto_period_duration,
51 FourCC protection_scheme,
52 uint8_t crypt_byte_block,
53 uint8_t skip_byte_block,
67 KeySource::TrackType track_type_;
68 const int64_t crypto_period_duration_;
69 int64_t prev_crypto_period_index_;
81 #endif // MEDIA_FORMATS_MP4_KEY_ROTATION_FRAGMENTER_H_