|
Shaka Player Embedded
|
#import <player_externs_objc.h>
Instance Methods | |
| (instancetype) | - initWithCpp: [implementation] |
| (const shaka::BufferedInfo &) | - toCpp [implementation] |
Protected Attributes | |
| shaka::BufferedInfo | value |
Properties | |
| NSArray< ShakaBufferedRange * > * | total |
| NSArray< ShakaBufferedRange * > * | audio |
| NSArray< ShakaBufferedRange * > * | video |
| NSArray< ShakaBufferedRange * > * | text |
Contains information about the current buffered ranges.
Definition at line 47 of file player_externs_objc.h.
|
implementation |
|
implementation |
|
protected |
Definition at line 44 of file player_externs+Internal.h.
|
readatomicassign |
The buffered ranges for audio content.
Definition at line 53 of file player_externs_objc.h.
|
readatomicassign |
The buffered ranges for text content.
Definition at line 59 of file player_externs_objc.h.
|
readatomicassign |
The combined audio/video buffered ranges, reported by |video.buffered|.
Definition at line 50 of file player_externs_objc.h.
|
readatomicassign |
The buffered ranges for video content.
Definition at line 56 of file player_externs_objc.h.
1.8.13