ไฟล์ GCKPlayerState.h
GCKPlayerState enum
เพิ่มเติม...
enum ที่อธิบายสถานะของโปรแกรมเล่น
- Deprecated:
- ระบบไม่รองรับ Game Manager API อีกต่อไป และจะถูกนำออกในรุ่นถัดไป
ตัวแจกแจง |
---|
GCKPlayerStateUnknown |
สถานะโปรแกรมเล่นที่ไม่รู้จัก
|
GCKPlayerStateDropped |
โปรแกรมเล่นไม่เชื่อมต่อกับเครื่องรับอีกต่อไปเนื่องจากเครือข่ายขัดข้อง
|
GCKPlayerStateQuit |
โปรแกรมเล่นได้เลือกยกเลิกการเชื่อมต่อจากตัวรับสัญญาณด้วยตนเอง
|
GCKPlayerState พร้อมใช้งาน |
ผู้เล่นเชื่อมต่อกับเครื่องรับและพร้อมเข้าร่วมเกม
|
GCKPlayerState Ready |
ผู้เล่นเชื่อมต่อกับเครื่องรับและพร้อมที่จะเข้าสู่เกม
|
GCKPlayerStateIdle |
โปรแกรมเล่นเชื่อมต่อกับเครื่องรับ ในเกม และไม่มีการใช้งาน
|
GCKPlayerStatePlaying |
ผู้เล่นเชื่อมต่อกับผู้รับในเกมและกำลังเล่นเกมอยู่
|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2023-12-02 UTC
[null,null,["อัปเดตล่าสุด 2023-12-02 UTC"],[[["This documentation details the `GCKPlayerState` enum, which describes the various states a player can be in within the Google Cast framework."],["The `GCKPlayerState` enum is deprecated and will be removed in a future release as the Game Manager API is no longer supported."],["The enum includes states like Unknown, Dropped, Quit, Available, Ready, Idle, and Playing, each representing a different stage of a player's connection and interaction with a Cast receiver."],["Developers can use this enum to understand and respond to changes in a player's state during a Cast session, although alternative solutions should be considered due to its deprecation."]]],[]]