|
Shaka Player Embedded
|
#import <stats_objc.h>
Instance Methods | |
| (instancetype) | - initWithCpp: [implementation] |
| (const shaka::TrackChoice &) | - toCpp [implementation] |
Protected Attributes | |
| shaka::TrackChoice | value |
Properties | |
| double | timestamp |
| double | id |
| NSString * | type |
| BOOL | fromAdaptation |
| NSNumber * | bandwidth |
Holds info about a track selection choice that was made.
Definition at line 31 of file stats_objc.h.
|
implementation |
|
implementation |
|
protected |
Definition at line 25 of file stats+Internal.h.
|
readatomicassign |
The bandwidth of the chosen track (null for text).
Definition at line 52 of file stats_objc.h.
|
readatomicassign |
True if the choice was made by AbrManager for adaptation; false if it was made by the application through selectTrack.
Definition at line 49 of file stats_objc.h.
|
readatomicassign |
The id of the track that was chosen.
Definition at line 40 of file stats_objc.h.
|
readatomicassign |
The timestamp the choice was made, in seconds since 1970 (i.e. Date.now() / 1000).
Definition at line 37 of file stats_objc.h.
|
readatomicassign |
The type of track chosen ('variant' or 'text').
Definition at line 43 of file stats_objc.h.
1.8.13