GCKDevice.h 文件
GCKDeviceStatus 枚举。
更多...
|
typedef | NS_CLOSED_ENUM (NSInteger, GCKDeviceStatus) |
|
typedef | NS_OPTIONS (NSInteger, GCKDeviceCapabilities) |
|
设备类型。
- 开始时间
- 3.3
枚举器 |
---|
GCKDeviceTypeGeneric |
通用投放设备。
|
GCKDeviceTypeTV |
支持 Cast 的电视。
|
GCKDeviceTypeSpeaker |
支持 Cast 的音响设备或其他音频设备。
|
GCKDeviceTypeSpeakerGroup |
音箱群组。
|
GCKDeviceTypeNearbyUnpaired |
“附近的设备”伪设备,表示附近任何未配对的访客模式设备。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2023-12-02。
[null,null,["最后更新时间 (UTC):2023-12-02。"],[[["The `GCKDevice.h` file defines the `GCKDevice` class, representing a receiver device, and the `GCKDeviceStatus` enum."],["It includes enumerations like `GCKDeviceType` to categorize devices (e.g., TV, speaker) and typedefs for device capabilities."],["The `kGCKCastDeviceCategory` variable identifies Cast devices, and the file provides backwards compatibility through `GCKDeviceCapability` typedef."],["This header file offers essential components for interacting with and managing Cast devices within an application."]]],[]]