GCKMediaTrack 類別

GCKMediaTrack 類別參考資料

總覽

代表媒體音軌的類別。

這個物件的例項無法變更。

繼承 NSObject、<NSclone> 和 <NSSecureCoding>。

執行個體方法摘要

(nullable instancetype) - initWithIdentifier:contentIdentifier:contentType:type:textSubtype:name:languageCode:customData:
 指定初始化器。更多...
 

資源摘要

NSInteger identifier
 曲目的專屬數字 ID。更多...
 
NSString * contentIdentifier
 曲目的內容 ID,可以是 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

曲目的專屬數字 ID。

- (NSString*) contentIdentifier
readnonatomiccopy

曲目的內容 ID,可以是 nil

- (NSString*) contentType
readnonatomiccopy

曲目的內容 (MIME) 類型。

- (GCKMediaTrackType) type
readnonatomicassign

曲目類型。

- (GCKMediaTextTrackSubtype) textSubtype
readnonatomicassign

文字軌的子類型;僅適用於文字軌。

- (NSString*) name
readnonatomiccopy

曲目的名稱,可能是 nil

- (NSString*) languageCode
readnonatomiccopy

音軌的 RFC 1766 語言代碼,可能為 nil

- (id) customData
readnonatomicstrong

自訂資料 (如果有的話)。

必須是可使用 NSJSONSerializationnil 序列化為 JSON 的物件。