|
Shaka Player Embedded
|
#import <ShakaPlayer.h>
Properties | |
| BOOL | paused |
| BOOL | ended |
| BOOL | seeking |
| double | duration |
| double | playbackRate |
| double | currentTime |
| double | volume |
| BOOL | muted |
| BOOL | isAudioOnly |
| BOOL | isLive |
| BOOL | closedCaptions |
| ShakaBufferedRange * | seekRange |
| ShakaBufferedInfo * | bufferedInfo |
Contains info used to update the UI.
Definition at line 179 of file ShakaPlayer.h.
|
readwriteatomicassign |
The buffered range of the current stream.
Definition at line 218 of file ShakaPlayer.h.
|
readwriteatomicassign |
Whether the video will display any closed captions present in the asset.
Definition at line 212 of file ShakaPlayer.h.
|
readwriteatomicassign |
The current time of the video, or 0 if nothing is loaded.
Definition at line 197 of file ShakaPlayer.h.
|
readwriteatomicassign |
The duration of the video, or 0 if nothing is loaded.
Definition at line 191 of file ShakaPlayer.h.
|
readwriteatomicassign |
Whether the video is currently ended.
Definition at line 185 of file ShakaPlayer.h.
|
readwriteatomicassign |
Whether the video is currently audio-only.
Definition at line 206 of file ShakaPlayer.h.
|
readwriteatomicassign |
Whether the video is a livestream.
Definition at line 209 of file ShakaPlayer.h.
|
readwriteatomicassign |
Whether the audio is currently muted.
Definition at line 203 of file ShakaPlayer.h.
|
readwriteatomicassign |
Whether the video is currently paused.
Definition at line 182 of file ShakaPlayer.h.
|
readwriteatomicassign |
The current playback rate of the video, or 1 if nothing is loaded.
Definition at line 194 of file ShakaPlayer.h.
|
readwriteatomicassign |
Whether the video is currently seeking.
Definition at line 188 of file ShakaPlayer.h.
|
readwriteatomicassign |
The seekable range of the current stream.
Definition at line 215 of file ShakaPlayer.h.
|
readwriteatomicassign |
The current volume of the video, or 0 if nothing is loaded.
Definition at line 200 of file ShakaPlayer.h.
1.8.13