Shaka Player Embedded
Properties | List of all members
ShakaPlayerUiInfo Class Reference

#import <ShakaPlayer.h>

Inheritance diagram for ShakaPlayerUiInfo:

Properties

BOOL paused
 
BOOL ended
 
BOOL seeking
 
double duration
 
double playbackRate
 
double currentTime
 
double volume
 
BOOL muted
 
BOOL isAudioOnly
 
BOOL isLive
 
BOOL closedCaptions
 
ShakaBufferedRangeseekRange
 
ShakaBufferedInfobufferedInfo
 

Detailed Description

Contains info used to update the UI.

Definition at line 179 of file ShakaPlayer.h.

Property Documentation

§ bufferedInfo

- (ShakaBufferedInfo*) bufferedInfo
readwriteatomicassign

The buffered range of the current stream.

Definition at line 218 of file ShakaPlayer.h.

§ closedCaptions

- (BOOL) closedCaptions
readwriteatomicassign

Whether the video will display any closed captions present in the asset.

Definition at line 212 of file ShakaPlayer.h.

§ currentTime

- (double) currentTime
readwriteatomicassign

The current time of the video, or 0 if nothing is loaded.

Definition at line 197 of file ShakaPlayer.h.

§ duration

- (double) duration
readwriteatomicassign

The duration of the video, or 0 if nothing is loaded.

Definition at line 191 of file ShakaPlayer.h.

§ ended

- (BOOL) ended
readwriteatomicassign

Whether the video is currently ended.

Definition at line 185 of file ShakaPlayer.h.

§ isAudioOnly

- (BOOL) isAudioOnly
readwriteatomicassign

Whether the video is currently audio-only.

Definition at line 206 of file ShakaPlayer.h.

§ isLive

- (BOOL) isLive
readwriteatomicassign

Whether the video is a livestream.

Definition at line 209 of file ShakaPlayer.h.

§ muted

- (BOOL) muted
readwriteatomicassign

Whether the audio is currently muted.

Definition at line 203 of file ShakaPlayer.h.

§ paused

- (BOOL) paused
readwriteatomicassign

Whether the video is currently paused.

Definition at line 182 of file ShakaPlayer.h.

§ playbackRate

- (double) playbackRate
readwriteatomicassign

The current playback rate of the video, or 1 if nothing is loaded.

Definition at line 194 of file ShakaPlayer.h.

§ seeking

- (BOOL) seeking
readwriteatomicassign

Whether the video is currently seeking.

Definition at line 188 of file ShakaPlayer.h.

§ seekRange

- (ShakaBufferedRange*) seekRange
readwriteatomicassign

The seekable range of the current stream.

Definition at line 215 of file ShakaPlayer.h.

§ volume

- (double) volume
readwriteatomicassign

The current volume of the video, or 0 if nothing is loaded.

Definition at line 200 of file ShakaPlayer.h.


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