คลาส GCKMediaTrack
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
คลาสที่แสดงถึงแทร็กสื่อ
อินสแตนซ์ของออบเจ็กต์นี้จะเปลี่ยนแปลงไม่ได้
รับค่า NSObject, <NSCopying> และ <NSSecureCoding>
- (nullable instancetype) initWithIdentifier: |
|
(NSInteger) |
identifier |
contentIdentifier: |
|
(nullable NSString *) |
contentIdentifier |
contentType: |
|
(NSString *) |
contentType |
type: |
|
(GCKMediaTrackType) |
type |
textSubtype: |
|
(GCKMediaTextTrackSubtype) |
textSubtype |
name: |
|
(nullable NSString *) |
name |
languageCode: |
|
(nullable NSString *) |
languageCode |
customData: |
|
(nullable id) |
customData |
|
|
| |
เครื่องมือเริ่มต้นที่กำหนด
สร้าง GCKMediaTrack ใหม่ด้วยค่าพร็อพเพอร์ตี้ที่ระบุ สามารถแสดงผลค่า nil
ตัวระบุตัวเลขที่ไม่ซ้ำกันของแทร็ก
- (NSString*) contentIdentifier |
|
readnonatomiccopy |
ตัวระบุเนื้อหาของแทร็ก ซึ่งอาจเป็น nil
- (NSString*) contentType |
|
readnonatomiccopy |
ประเภทเนื้อหา (MIME) ของแทร็ก
- (GCKMediaTrackType) type |
|
readnonatomicassign |
ประเภทย่อยของแทร็กข้อความ ใช้กับแทร็กข้อความเท่านั้น
ชื่อของแทร็ก ซึ่งอาจเป็น nil
- (NSString*) languageCode |
|
readnonatomiccopy |
รหัสภาษา RFC 1766 ของแทร็ก ซึ่งอาจเป็น nil
ข้อมูลที่กำหนดเอง (หากมี)
ต้องเป็นออบเจ็กต์ที่กำหนดให้เป็น JSON ได้โดยใช้ NSJSONSerialization หรือ nil
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 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"],[[["The `GCKMediaTrack` class represents a media track with properties like identifier, content type, and language."],["Instances of `GCKMediaTrack` are immutable, meaning their properties cannot be changed after creation."],["It provides a designated initializer to create instances with specific property values."],["`GCKMediaTrack` inherits from `NSObject`, `NSCopying`, and `NSSecureCoding`, offering functionalities related to object copying and secure coding."],["The class includes properties for custom data that can be serialized to JSON."]]],[]]