คลาส GCKMediaLoadOptions
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
ตัวเลือกสำหรับการโหลดสื่อด้วย GCKRemoteMediaClient
- Since
- 4.0
รับค่า NSObject, <NSCopying> และ <NSSecureCoding>
เครื่องมือเริ่มต้นที่กำหนด
กำหนดค่าเริ่มต้น GCKMediaLoadOptions ด้วยค่าเริ่มต้นสำหรับพร็อพเพอร์ตี้ทั้งหมด
การเล่นควรเริ่มเล่นทันทีหรือไม่
ค่าเริ่มต้นคือ YES
- (NSTimeInterval) playPosition |
|
readwritenonatomicassign |
อัตราการเล่น
ค่าเริ่มต้นคือ 1
- (NSArray<NSNumber *>*) activeTrackIDs |
|
readwritenonatomicstrong |
อาร์เรย์ของจำนวนเต็มที่ระบุแทร็กที่ใช้งานอยู่
ค่าเริ่มต้นคือ nil
ข้อมูลเฉพาะแอปพลิเคชันที่กำหนดเองเพื่อส่งต่อไปพร้อมกับคำขอ
ต้องเป็นออบเจ็กต์ที่กำหนดให้เป็น JSON ได้โดยใช้ NSJSONSerialization หรือ nil
- (NSString*) credentials |
|
readwritenonatomiccopy |
ข้อมูลเข้าสู่ระบบของผู้ใช้สําหรับรายการสื่อที่กําลังโหลด
- Since
- 4.1.1
- (NSString*) credentialsType |
|
readwritenonatomiccopy |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2023-12-02 UTC
[[["เข้าใจง่าย","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"]],["อัปเดตล่าสุด 2023-12-02 UTC"],[[["`GCKMediaLoadOptions` configures media playback on a Cast receiver, controlling aspects like autoplay, initial position, and playback rate."],["It provides properties to customize playback behavior including `autoplay`, `playPosition`, `playbackRate`, `activeTrackIDs`, and `customData`."],["Developers can specify user credentials using `credentials` and `credentialsType` properties, introduced in version 4.1.1."],["`GCKMediaLoadOptions` objects are initialized using the designated initializer `init`, setting default values for all properties unless otherwise specified."]]],[]]