MLPSSHEntry
Module: Media Player
PSSH entry. More...
#include <ml_media_types.h>
Public Attributes
Type | Name |
---|---|
MLUUID | uuid |
size_t | size |
uint8_t * | data |
Detailed Description
struct MLPSSHEntry;
PSSH entry.
Deprecated
Deprecated since 1.4.0. Scheduled for removal.
Public Attributes Documentation
uuid
MLUUID uuid;
16 bytes UUID specifying crypto scheme.
size
size_t size;
Size of the data payload.
data
uint8_t * data;
Data specific to that scheme.