GCKMediaCommon.h 文件
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
GCKMediaResumeState 和 GCKMediaRepeatMode 枚举。
更多...
|
typedef | NS_CLOSED_ENUM (NSInteger, GCKMediaResumeState) |
|
BOOL | GCKIsValidTimeInterval (NSTimeInterval timeInterval) |
| 用于测试给定的时间间隔值是否为 kGCKInvalidTimeInterval。更多...
|
|
GCKMediaResumeState 和 GCKMediaRepeatMode 枚举。
#define GCKMediaControlChannelResumeStateUnchanged GCKMediaResumeStateUnchanged |
GCKMediaResumeStateUnchanged 的别名。
- Deprecated:
- 请改用 GCKMediaResumeStateUnchanged。
#define GCKMediaControlChannelResumeStatePlay GCKMediaResumeStatePlay |
GCKMediaResumeStatePlay 的别名。
- Deprecated:
- 请改用 GCKMediaResumeStatePlay。
#define GCKMediaControlChannelResumeStatePause GCKMediaResumeStatePause |
GCKMediaResumeStatePause 的别名。
- Deprecated:
- 请改用 GCKMediaResumeStatePause。
用于定义媒体控制频道队列播放重复模式的枚举。
枚举器 |
---|
GCKMediaRepeatModeUnchanged |
表示重复模式应保持不变的重复模式。
|
GCKMediaRepeatModeOff |
表明不重复的重复模式。
|
GCKMediaRepeatModeSingle |
重复模式,指示应重复播放单个队列项。
|
GCKMediaRepeatModeAll |
重复模式,指示应重复播放整个队列。
|
GCKMediaRepeatModeAllAndShuffle |
重复模式,指示应重复播放整个队列。
当队列中的最后一项完成后,项的顺序将随机打乱。队列将从已随机播放项中的第一项开始继续播放。
|
BOOL GCKIsValidTimeInterval |
( |
NSTimeInterval |
timeInterval | ) |
|
用于测试给定的时间间隔值是否为 kGCKInvalidTimeInterval。
- 开始时间
- 4.0
用于表示无效时间间隔的常量。
可传递给接受可选的视频流位置或时长的方法。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2023-12-02。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2023-12-02。"],[[["This header file defines enums for media resume state and repeat mode, namely `GCKMediaResumeState` and `GCKMediaRepeatMode`."],["It provides macros for GCKMediaResumeState, although they are now deprecated in favor of the enum directly."],["A typedef `GCKMediaControlChannelResumeState` is also present, but it has been renamed to `GCKMediaResumeState` and is deprecated."],["The file includes a function `GCKIsValidTimeInterval` to check if a time interval is valid and a constant `kGCKInvalidTimeInterval` to represent an invalid time interval."],["The `GCKMediaRepeatMode` enum defines various playback repeat modes like `GCKMediaRepeatModeOff`, `GCKMediaRepeatModeSingle`, `GCKMediaRepeatModeAll`, and `GCKMediaRepeatModeAllAndShuffle`."]]],[]]