XAPlayingState Constants Reference

Declared in XAPlaying.h

XAPlayingState

The state of the playable object

Definition

typedef NS_ENUM(NSInteger, XAPlayingState ) {
   XAPlayingStatePause,
   XAPlayingStatePlay,
   XAPlayingStateReset,
   XAPlayingStateStop,
};

Constants

XAPlayingStatePause

State Paused

Declared In XAPlaying.h.

XAPlayingStatePlay

State Playing

Declared In XAPlaying.h.

XAPlayingStateReset

State Reseted

Declared In XAPlaying.h.

XAPlayingStateStop

State Stopped

Declared In XAPlaying.h.

Declared In

XAPlaying.h