Wasabi ExpressPlay SDK for Embedded Systems  1.23.0
Data Fields
WSB_MediaSegmentDecrypter_Mp4CencInitData Struct Reference

The init_data specific to the MP4/CENC media format. More...

#include <WsbMediaSegmentDecrypter.h>

Data Fields

unsigned int init_segment_size
 The initialize segment that contains the moov atom. More...
 
const WSB_UInt8init_segment
 
WSB_UInt32 track_id
 The track id of the track to be decrypted. More...
 

Detailed Description

The init_data specific to the MP4/CENC media format.

See also
WSB_MediaSegmentDecrypter_Init
Since
1.11

Field Documentation

◆ init_segment

const WSB_UInt8* WSB_MediaSegmentDecrypter_Mp4CencInitData::init_segment

◆ init_segment_size

unsigned int WSB_MediaSegmentDecrypter_Mp4CencInitData::init_segment_size

The initialize segment that contains the moov atom.

◆ track_id

WSB_UInt32 WSB_MediaSegmentDecrypter_Mp4CencInitData::track_id

The track id of the track to be decrypted.

If the track id is zero, the first track encountered in the segment will be used.


The documentation for this struct was generated from the following file: