Skip to content

Instantly share code, notes, and snippets.

@ymirpl
Created August 8, 2014 06:33
Show Gist options
  • Save ymirpl/5786ad5cddaa708063b3 to your computer and use it in GitHub Desktop.
Save ymirpl/5786ad5cddaa708063b3 to your computer and use it in GitHub Desktop.
#ifndef WTE_BPChromeCastPlayerInternalState_h
#define WTE_BPChromeCastPlayerInternalState_h
typedef NS_ENUM(NSUInteger, BPChromeCastPlayerInternalState) {
BPChromeCastPlayerInternalStateDeviceDisconnected,
BPChromeCastPlayerInternalStateDeviceConnecting,
BPChromeCastPlayerInternalStateDeviceConnected,
BPChromeCastPlayerInternalStateAppConnecting,
BPChromeCastPlayerInternalStateAppConnected,
BPChromeCastPlayerInternalStateLoading,
BPChromeCastPlayerInternalStateIdle,
BPChromeCastPlayerInternalStateBuffering,
BPChromeCastPlayerInternalStatePlaying,
BPChromeCastPlayerInternalStatePaused,
};
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment