คลาส GCKMediaTrack

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

ภาพรวม

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

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

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

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

(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
 ข้อมูลที่กําหนดเอง หากมี เพิ่มเติม...
 

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

- (instancetype) initWithIdentifier: (NSInteger)  identifier
contentIdentifier: (NSString *__nullable)  contentIdentifier
contentType: (NSString *)  contentType
type: (GCKMediaTrackType type
textSubtype: (GCKMediaTextTrackSubtype textSubtype
name: (NSString *__nullable)  name
languageCode: (NSString *__nullable)  languageCode
customData: (id __nullable)  customData 

ตัวเริ่มต้นที่กําหนด

สร้าง GCKMediaTrack ใหม่ด้วยค่าพร็อพเพอร์ตี้ที่ระบุ

รายละเอียดพร็อพเพอร์ตี้

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