Declared in MSFKMediaStatus.h

MSFKMediaPlayerIdleReason

Definition

typedef NS_ENUM(NSInteger, MSFKMediaPlayerIdleReason ) {
   MSFKMediaPlayerIdleReasonNone = 0,
   MSFKMediaPlayerIdleReasonFinished = 1,
   MSFKMediaPlayerIdleReasonCancelled = 2,
   MSFKMediaPlayerIdleReasonInterrupted = 3,
   MSFKMediaPlayerIdleReasonError = 4,
};

Constants

MSFKMediaPlayerIdleReasonNone

Constant indicating that the player currently has no idle reason.

Declared In MSFKMediaStatus.h.

MSFKMediaPlayerIdleReasonFinished

Constant indicating that the player is idle because playback has finished.

Declared In MSFKMediaStatus.h.

MSFKMediaPlayerIdleReasonCancelled

Constant indicating that the player is idle because playback has been cancelled in response to a STOP command.

Declared In MSFKMediaStatus.h.

MSFKMediaPlayerIdleReasonInterrupted

Constant indicating that the player is idle because playback has been interrupted by a LOAD command.

Declared In MSFKMediaStatus.h.

MSFKMediaPlayerIdleReasonError

Constant indicating that the player is idle because a playback error has occurred.

Declared In MSFKMediaStatus.h.