Skip to main content
Version: 20 Mar 2024

MLPSSHEntry

Module: Media Player

PSSH entry. More...

#include <ml_media_types.h>

Public Attributes

TypeName
MLUUIDuuid
size_tsize
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.