Wasabi ExpressPlay SDK for iOS  1.23.0
Data Fields
WSB_MediaSegmentDecrypter_HlsInitData Struct Reference

The init_data specific to the HLS media format. More...

#include <WsbMediaSegmentDecrypter.h>

Data Fields

const char * ext_x_key_line
 The complete #EXT-X-KEY HLS tag that contains the Marlin specific key attributes, e.g. More...
 
unsigned int segment_number
 The segment number computed based on the #EXT-X-MEDIA-SEQUENCE HLS playlist tag. More...
 

Detailed Description

The init_data specific to the HLS media format.

See also
WSB_MediaSegmentDecrypter_Init
Since
1.10

Field Documentation

◆ ext_x_key_line

const char* WSB_MediaSegmentDecrypter_HlsInitData::ext_x_key_line

The complete #EXT-X-KEY HLS tag that contains the Marlin specific key attributes, e.g.

#EXT-X-KEY:METHOD=AES-128, URI="urn:marlin-drm", IV=0x387cbcc2254931769ac541a3620d46f2, CID="cid:marlin#Purn:marlin:organization:hms:hls@firsts12"

◆ segment_number

unsigned int WSB_MediaSegmentDecrypter_HlsInitData::segment_number

The segment number computed based on the #EXT-X-MEDIA-SEQUENCE HLS playlist tag.


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