GCKMediaStatus.h File

GCKMediaStatus.h File Reference

GCKMediaPlayerState and GCKMediaPlayerIdleReason enums. More...

Classes

class  GCKMediaStatus
 A class that holds status information about some media. More...
 

Enumerations

enum  GCKMediaPlayerIdleReason {
  GCKMediaPlayerIdleReasonNone = 0, GCKMediaPlayerIdleReasonFinished = 1, GCKMediaPlayerIdleReasonCancelled = 2, GCKMediaPlayerIdleReasonInterrupted = 3,
  GCKMediaPlayerIdleReasonError = 4
}
 Media player idle reasons. More...
 

Functions

typedef NS_CLOSED_ENUM (NSInteger, GCKMediaPlayerState)
 

Detailed Description

GCKMediaPlayerState and GCKMediaPlayerIdleReason enums.

Enumeration Type Documentation

Media player idle reasons.

Enumerator
GCKMediaPlayerIdleReasonNone 

Constant indicating that the player currently has no idle reason.

GCKMediaPlayerIdleReasonFinished 

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

GCKMediaPlayerIdleReasonCancelled 

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

GCKMediaPlayerIdleReasonInterrupted 

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

GCKMediaPlayerIdleReasonError 

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