|
Shaka Packager SDK
|
#include <cpix_parser.h>
Public Attributes | |
| std::vector< uint8_t > | key_id |
16-byte CENC key ID, from the kid attribute. | |
| std::vector< uint8_t > | system_id |
16-byte DRM system ID, from the systemId attribute. | |
| std::vector< uint8_t > | pssh |
DRM system signaling for one (key ID, DRM system) pair from a CPIX DRMSystemList.
Definition at line 54 of file cpix_parser.h.
| std::vector<uint8_t> shaka::media::CpixDrmSystem::key_id |
16-byte CENC key ID, from the kid attribute.
Definition at line 56 of file cpix_parser.h.
| std::vector<uint8_t> shaka::media::CpixDrmSystem::pssh |
Full PSSH box(es), from the PSSH element. May be empty for DRM systems that do not use PSSH, e.g. FairPlay.
Definition at line 61 of file cpix_parser.h.
| std::vector<uint8_t> shaka::media::CpixDrmSystem::system_id |
16-byte DRM system ID, from the systemId attribute.
Definition at line 58 of file cpix_parser.h.