STSLiveBroadcastState
enum STSLiveBroadcastState {}
The broadcast state of the live.
-
The broadcast state of the live cannot be determined.
Declaration
Objective-C
STSLiveBroadcastStateUnknown = 0 -
The stream of the live has started.
Declaration
Objective-C
STSLiveBroadcastStateStreamStarted = 1 -
The stream of the live has stopped.
Declaration
Objective-C
STSLiveBroadcastStateStreamStopped = 2 -
The live is waiting for stream.
Declaration
Objective-C
STSLiveBroadcastStateWaitingForStream = 3 -
The live event has ended.
Declaration
Objective-C
STSLiveBroadcastStateEventEnded = 4 -
Means the live event state is still available for playback within amount of time temporarily when this event is not broadcasting for live dvr enabled live event.
Declaration
Objective-C
STSLiveBroadcastStateDvrPlaybackAvailable = 5
View on GitHub
Install in Dash
STSLiveBroadcastState Enum Reference