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

#import <player_externs_objc.h>

Inheritance diagram for ShakaLanguageRole:

Instance Methods

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

Protected Attributes

shaka::LanguageRole value
 

Properties

NSString * language
 
NSString * role
 

Detailed Description

A pair of language and role.

Definition at line 69 of file player_externs_objc.h.

Method Documentation

§ initWithCpp:()

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

§ toCpp()

- (const LanguageRole& ShakaLanguageRole()):
implementation

Member Data Documentation

§ value

- (LanguageRole ShakaLanguageRole()):
protected

Definition at line 63 of file player_externs+Internal.h.

Property Documentation

§ language

- (NSString *) language
readatomicassign

The language code for the stream.

Definition at line 72 of file player_externs_objc.h.

§ role

- (NSString *) role
readatomicassign

The role name for the stream. If the stream has no role, |role| will be ''.

Definition at line 77 of file player_externs_objc.h.


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