SimulcastPlaybackState Constants Reference

Declared in AdaptrSimulcastStreamer.h

SimulcastPlaybackState

Playback state of Simulcast player

Definition

typedef NS_ENUM(NSInteger, SimulcastPlaybackState ) {
   SIMULCAST_STATE_IDLE,
   SIMULCAST_STATE_PLAYING,
   SIMULCAST_STATE_STOPPED,
   SIMULCAST_STATE_STALLED,
   SIMULCAST_STATE_MUSIC_UNAVAILABLE,
   SIMULCAST_STATE_UNINITIALIZED,
   SIMULCAST_STATE_AVAILABLE,
};

Constants

SIMULCAST_STATE_IDLE

Idle state.

Declared In AdaptrSimulcastStreamer.h.

SIMULCAST_STATE_PLAYING

Playing

Declared In AdaptrSimulcastStreamer.h.

SIMULCAST_STATE_STOPPED

Playback has been stopped

Declared In AdaptrSimulcastStreamer.h.

SIMULCAST_STATE_STALLED

Player is stalled and waiting for data from the stream

Declared In AdaptrSimulcastStreamer.h.

SIMULCAST_STATE_MUSIC_UNAVAILABLE

Music unavailable and should not be played for this user.

Declared In AdaptrSimulcastStreamer.h.

SIMULCAST_STATE_UNINITIALIZED
        SDK is not yet initalized

Declared In AdaptrSimulcastStreamer.h.

SIMULCAST_STATE_AVAILABLE

Music is Available for this user

Declared In AdaptrSimulcastStreamer.h.

Declared In

AdaptrSimulcastStreamer.h