คลาส GCKMediaTrack

ข้อมูลอ้างอิงคลาส GCKMediaTrack

ภาพรวม

คลาสที่แสดงถึงแทร็กสื่อ

อินสแตนซ์ของออบเจ็กต์นี้จะเปลี่ยนแปลงไม่ได้

รับค่า NSObject, <NSCopying> และ <NSSecureCoding>

สรุปเมธอดของอินสแตนซ์

(nullable instancetype) - initWithIdentifier:contentIdentifier:contentType:type:textSubtype:name:languageCode:customData:
 เครื่องมือเริ่มต้นที่กำหนด เพิ่มเติม...
 

สรุปพร็อพเพอร์ตี้

NSInteger identifier
 ตัวระบุตัวเลขที่ไม่ซ้ำกันของแทร็ก เพิ่มเติม...
 
NSString * contentIdentifier
 ตัวระบุเนื้อหาของแทร็ก ซึ่งอาจเป็น nil เพิ่มเติม...
 
NSString * contentType
 ประเภทเนื้อหา (MIME) ของแทร็ก เพิ่มเติม...
 
GCKMediaTrackType type
 ประเภทของแทร็ก เพิ่มเติม...
 
GCKMediaTextTrackSubtype textSubtype
 ประเภทย่อยของแทร็กข้อความ ใช้กับแทร็กข้อความเท่านั้น เพิ่มเติม...
 
NSString * name
 ชื่อของแทร็ก ซึ่งอาจเป็น nil เพิ่มเติม...
 
NSString * languageCode
 รหัสภาษา RFC 1766 ของแทร็ก ซึ่งอาจเป็น nil เพิ่มเติม...
 
id customData
 ข้อมูลที่กำหนดเอง (หากมี) เพิ่มเติม...
 

รายละเอียดของเมธอด

- (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

รายละเอียดที่พัก

- (NSInteger) identifier
readnonatomicassign

ตัวระบุตัวเลขที่ไม่ซ้ำกันของแทร็ก

- (NSString*) contentIdentifier
readnonatomiccopy

ตัวระบุเนื้อหาของแทร็ก ซึ่งอาจเป็น nil

- (NSString*) contentType
readnonatomiccopy

ประเภทเนื้อหา (MIME) ของแทร็ก

- (GCKMediaTrackType) type
readnonatomicassign

ประเภทของแทร็ก

- (GCKMediaTextTrackSubtype) textSubtype
readnonatomicassign

ประเภทย่อยของแทร็กข้อความ ใช้กับแทร็กข้อความเท่านั้น

- (NSString*) name
readnonatomiccopy

ชื่อของแทร็ก ซึ่งอาจเป็น nil

- (NSString*) languageCode
readnonatomiccopy

รหัสภาษา RFC 1766 ของแทร็ก ซึ่งอาจเป็น nil

- (id) customData
readnonatomicstrong

ข้อมูลที่กำหนดเอง (หากมี)

ต้องเป็นออบเจ็กต์ที่กำหนดให้เป็น JSON ได้โดยใช้ NSJSONSerialization หรือ nil