7 #ifndef PACKAGER_MEDIA_BASE_ENCRYPTION_CONFIG_H_
8 #define PACKAGER_MEDIA_BASE_ENCRYPTION_CONFIG_H_
10 #include "packager/media/base/fourccs.h"
11 #include "packager/media/base/protection_system_specific_info.h"
17 FourCC protection_scheme = FOURCC_cenc;
18 uint8_t crypt_byte_block = 0;
19 uint8_t skip_byte_block = 0;
20 uint8_t per_sample_iv_size = 0;
21 std::vector<uint8_t> constant_iv;
22 std::vector<uint8_t> key_id;
23 std::vector<ProtectionSystemSpecificInfo> key_system_info;
29 #endif // PACKAGER_MEDIA_BASE_ENCRYPTION_CONFIG_H_