Shaka Player Embedded
Instance Methods | Protected Attributes | Properties | List of all members
ShakaInitDataOverride Class Reference

#import <manifest_objc.h>

Inheritance diagram for ShakaInitDataOverride:

Instance Methods

(instancetype) - initWithCpp: [implementation]
 
(const shaka::InitDataOverride &) - toCpp [implementation]
 

Protected Attributes

shaka::InitDataOverride value
 

Properties

NSString * getInitDataType
 
NSString * keyId
 

Detailed Description

Explicit initialization data, which override any initialization data in the content. The initDataType values and the formats that they correspond to are specified here: https://bit.ly/EmeInitTypes.

Definition at line 34 of file manifest_objc.h.

Method Documentation

§ initWithCpp:()

- (instancetype) initWithCpp: (const shaka::InitDataOverride &)  obj
implementation

§ toCpp()

- (const InitDataOverride& ShakaInitDataOverride()):
implementation

Member Data Documentation

§ value

- (InitDataOverride ShakaInitDataOverride()):
protected

Definition at line 25 of file manifest+Internal.h.

Property Documentation

§ getInitDataType

- (NSString *) getInitDataType
readatomicassign

A string to indicate what format initData is in.

Definition at line 37 of file manifest_objc.h.

§ keyId

- (NSString *) keyId
readatomicassign

The key Id that corresponds to this initData.

Definition at line 40 of file manifest_objc.h.


The documentation for this class was generated from the following files: