Skip to content

Instantly share code, notes, and snippets.

View ymirpl's full-sized avatar

Marcin Mincer ymirpl

View GitHub Profile
#ifndef WTE_BPChromeCastPlayerInternalState_h
#define WTE_BPChromeCastPlayerInternalState_h
typedef NS_ENUM(NSUInteger, BPChromeCastPlayerInternalState) {
BPChromeCastPlayerInternalStateDeviceDisconnected,
BPChromeCastPlayerInternalStateDeviceConnecting,
BPChromeCastPlayerInternalStateDeviceConnected,
BPChromeCastPlayerInternalStateAppConnecting,
BPChromeCastPlayerInternalStateAppConnected,
BPChromeCastPlayerInternalStateLoading,