खास जानकारी
एक क्लास, जो मीडिया आइटम के बारे में जानकारी एग्रीगेट करती है.
NSObject को इनहेरिट करता है. <NSCopying> लागू करता है.
इंस्टेंस के तरीके की खास जानकारी | |
(instancetype) | - initWithContentID:streamType:contentType:metadata:streamDuration:mediaTracks:textTrackStyle:customData: |
शुरू करने वाला व्यक्ति ज़्यादा... | |
(instancetype) | - initWithContentID:streamType:contentType:metadata:streamDuration:customData: |
लेगसी शुरू करने वाले डिवाइस; इसमें मीडिया ट्रैक या टेक्स्ट ट्रैक शैली शामिल नहीं है. ज़्यादा... | |
(GCKMediaTrack *__nullable) | - mediaTrackWithID: |
दिए गए ट्रैक आईडी वाला मीडिया ट्रैक खोजता है. ज़्यादा... | |
प्रॉपर्टी की खास जानकारी | |
NSString * | contentID |
इस स्ट्रीम के लिए Content ID. ज़्यादा... | |
GCKMediaStreamType | streamType |
स्ट्रीम का टाइप. ज़्यादा... | |
NSString * | contentType |
कॉन्टेंट (MIME) का टाइप. ज़्यादा... | |
GCKMediaMetadata * | metadata |
मीडिया आइटम का मेटाडेटा. ज़्यादा... | |
NSArray< GCKAdBreakInfo * > * | adBreaks |
इस कॉन्टेंट में मौजूद विज्ञापन के लिए ब्रेक की सूची. ज़्यादा... | |
NSArray< GCKAdBreakClipInfo * > * | adBreakClips |
इस वीडियो में विज्ञापन के लिए ब्रेक की क्लिप की सूची. ज़्यादा... | |
NSTimeInterval | streamDuration |
स्ट्रीम की अवधि, सेकंड में या INFINITY अगर यह लाइव स्ट्रीम है. ज़्यादा... | |
NSArray< GCKMediaTrack * > * | mediaTracks |
इस स्ट्रीम के लिए मीडिया ट्रैक. ज़्यादा... | |
GCKMediaTextTrackStyle * | textTrackStyle |
इस स्ट्रीम के लिए टेक्स्ट ट्रैक की शैली. ज़्यादा... | |
id | customData |
अगर कोई कस्टम डेटा है, तो उसे डालें. ज़्यादा... | |
तरीके की जानकारी
- (instancetype) initWithContentID: | (NSString *) | contentID | |
streamType: | (GCKMediaStreamType) | streamType | |
contentType: | (NSString *) | contentType | |
metadata: | (GCKMediaMetadata *__nullable) | metadata | |
streamDuration: | (NSTimeInterval) | streamDuration | |
mediaTracks: | (NSArray< GCKMediaTrack * > *__nullable) | mediaTracks | |
textTrackStyle: | (GCKMediaTextTrackStyle *__nullable) | textTrackStyle | |
customData: | (id __nullable) | customData | |
शुरू करने वाला व्यक्ति
- Parameters
-
contentID The content ID. streamType The stream type. contentType The content (MIME) type. metadata The media item metadata. streamDuration The stream duration. mediaTracks The media tracks, if any, otherwise nil
.textTrackStyle The text track style, if any, otherwise nil
.customData The custom application-specific data. Must either be an object that can be serialized to JSON using NSJSONSerialization, or nil
.
- (instancetype) initWithContentID: | (NSString *) | contentID | |
streamType: | (GCKMediaStreamType) | streamType | |
contentType: | (NSString *) | contentType | |
metadata: | (GCKMediaMetadata *__nullable) | metadata | |
streamDuration: | (NSTimeInterval) | streamDuration | |
customData: | (id __nullable) | customData | |
लेगसी शुरू करने वाले डिवाइस; इसमें मीडिया ट्रैक या टेक्स्ट ट्रैक शैली शामिल नहीं है.
- Parameters
-
contentID The content ID. streamType The stream type. contentType The content (MIME) type. metadata The media item metadata. streamDuration The stream duration. customData Custom application-specific data. Must either be an object that can be serialized to JSON using NSJSONSerialization, or nil
.
- Deprecated:
- तय किए गए नाम के पहले अक्षर का इस्तेमाल करें.
- (GCKMediaTrack *__nullable) mediaTrackWithID: | (NSInteger) | trackID |
दिए गए ट्रैक आईडी वाला मीडिया ट्रैक खोजता है.
- Parameters
-
trackID The media track ID.
- लौटाए गए आइटम
- मिलता-जुलता GCKMediaTrack ऑब्जेक्ट या अगर दिए गए आईडी वाला कोई मीडिया ट्रैक न हो, तो
nil
.
प्रॉपर्टी की जानकारी
|
readnonatomiccopy |
इस स्ट्रीम के लिए Content ID.
|
readnonatomicassign |
स्ट्रीम का टाइप.
|
readnonatomiccopy |
कॉन्टेंट (MIME) का टाइप.
|
readnonatomicstrong |
मीडिया आइटम का मेटाडेटा.
|
readnonatomiccopy |
इस कॉन्टेंट में मौजूद विज्ञापन के लिए ब्रेक की सूची.
|
readnonatomiccopy |
इस वीडियो में विज्ञापन के लिए ब्रेक की क्लिप की सूची.
- सिंस
- 3.3
|
readnonatomicassign |
स्ट्रीम की अवधि, सेकंड में या INFINITY
अगर यह लाइव स्ट्रीम है.
|
readnonatomiccopy |
इस स्ट्रीम के लिए मीडिया ट्रैक.
|
readnonatomiccopy |
इस स्ट्रीम के लिए टेक्स्ट ट्रैक की शैली.
|
readnonatomicstrong |
अगर कोई कस्टम डेटा है, तो उसे डालें.