GCKMediaTrack 클래스

GCKMediaTrack 클래스 참조

개요

미디어 트랙을 나타내는 클래스입니다.

이 객체의 인스턴스는 변경할 수 없습니다.

NSObject, <NS copy> 및 <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

맞춤 데이터입니다(있는 경우).

NSJSONSerialization 또는 nil를 사용하여 JSON으로 직렬화할 수 있는 객체여야 합니다.