GCKUIMediaController.h 文件

GCKUIMediaController.h 文件引用

class  GCKUIMediaController
 界面视图的控制器,用于在 Cast 接收器上控制或显示媒体播放的状态。更多...
 
protocol  <GCKUIMediaControllerDelegate>
 GCKUIMediaController 委托协议。更多...
 

类型定义符

typedef NSString *_Nonnull(^ GCKUIValueFormatter )(const id value)
 用于将任意对象格式设置为 NSString 的块。更多...
 

变量

const UIControlState GCKUIControlStateRepeatOff
 为重复模式按钮自定义 UIControlState更多...
 
const NSUInteger GCKUIButtonStateRepeatOff
 重复模式按钮的 GCKUIMultistateButton 状态。更多...
 
const UIControlState GCKUIControlStateRepeatAll
 为重复模式按钮自定义 UIControlState更多...
 
const NSUInteger GCKUIButtonStateRepeatAll
 重复模式按钮的 GCKUIMultistateButton 状态。更多...
 
const UIControlState GCKUIControlStateRepeatSingle
 为重复模式按钮自定义 UIControlState更多...
 
const NSUInteger GCKUIButtonStateRepeatSingle
 重复模式按钮的 GCKUIMultistateButton 状态。更多...
 
const UIControlState GCKUIControlStateShuffle
 为重复模式按钮自定义 UIControlState更多...
 
const NSUInteger GCKUIButtonStateShuffle
 重复模式按钮的 GCKUIMultistateButton 状态。更多...
 
const UIControlState GCKUIControlStatePlay
 用于播放/暂停切换按钮的自定义 UIControlState更多...
 
const NSUInteger GCKUIButtonStatePlay
 播放/暂停切换按钮的 GCKUIMultistateButton 状态。更多...
 
const UIControlState GCKUIControlStatePause
 用于播放/暂停切换按钮的自定义 UIControlState更多...
 
const NSUInteger GCKUIButtonStatePause
 播放/暂停切换按钮的 GCKUIMultistateButton 状态。更多...
 
const NSUInteger GCKUIButtonStatePlayLive
 播放/暂停切换按钮的自定义 GCKUIMultistateButton 状态。更多...
 

Typedef 文档

typedef NSString* _Nonnull(^ GCKUIValueFormatter)(const id value)

用于将任意对象格式设置为 NSString 的块。

开始时间
3.0

变量文档

GCKUIControlStateRepeatOff

为重复模式按钮自定义 UIControlState

对应于 GCKMediaRepeatModeOff

Deprecated:
将 GCKUIButtonStateRepeatOff 与 GCKUIMultistateButton 搭配使用。
开始时间
3.0
GCKUIButtonStateRepeatOff

重复模式按钮的 GCKUIMultistateButton 状态。

对应于 GCKMediaRepeatModeOff

开始时间
4.0
GCKUIControlStateRepeatAll

为重复模式按钮自定义 UIControlState

对应于 GCKMediaRepeatModeAll

Deprecated:
将 GCKUIButtonStateRepeatAll 与 GCKUIMultistateButton 搭配使用。
开始时间
3.0
GCKUIButtonStateRepeatAll

重复模式按钮的 GCKUIMultistateButton 状态。

对应于 GCKMediaRepeatModeAll

开始时间
4.0
GCKUIControlStateRepeatSingle

为重复模式按钮自定义 UIControlState

对应于 GCKMediaRepeatModeSingle

Deprecated:
将 GCKUIButtonStateRepeatSingle 与 GCKUIMultistateButton 搭配使用。
开始时间
3.0
GCKUIButtonStateRepeatSingle

重复模式按钮的 GCKUIMultistateButton 状态。

对应于 GCKMediaRepeatModeSingle

开始时间
4.0
GCKUIControlStateShuffle

为重复模式按钮自定义 UIControlState

对应于 GCKMediaRepeatModeAllAndShuffle

Deprecated:
将 GCKUIButtonStateShuffle 与 GCKUIMultistateButton 搭配使用。
开始时间
3.0
GCKUIButtonStateShuffle

重复模式按钮的 GCKUIMultistateButton 状态。

对应于 GCKMediaRepeatModeAllAndShuffle

开始时间
4.0
GCKUIControlStatePlay

用于播放/暂停切换按钮的自定义 UIControlState

表示媒体正在播放。

Deprecated:
将 GCKUIButtonStatePlay 与 GCKUIMultistateButton 搭配使用。
开始时间
3.0
GCKUIButtonStatePlay

播放/暂停切换按钮的 GCKUIMultistateButton 状态。

表示媒体正在播放。

开始时间
4.0
GCKUIControlStatePause

用于播放/暂停切换按钮的自定义 UIControlState

表示媒体已暂停。

Deprecated:
将 GCKUIButtonStatePause 与 GCKUIMultistateButton 结合使用。
开始时间
3.0
GCKUIButtonStatePause

播放/暂停切换按钮的 GCKUIMultistateButton 状态。

表示媒体已暂停。

开始时间
4.0
GCKUIButtonStatePlayLive

播放/暂停切换按钮的自定义 GCKUIMultistateButton 状态。

表示媒体正在播放并且是直播内容。

开始时间
4.0