סקירה כללית
כיתה שאוספת מידע על פריט מדיה.
עוברת בירושה את NSObject. יישום <NSCopy>.
סיכום של שיטת המכונה | |
(instancetype) | - initWithContentID:streamType:contentType:metadata:streamDuration:mediaTracks:textTrackStyle:customData: |
מאתחל ייעודי. עוד... | |
(instancetype) | - initWithContentID:streamType:contentType:metadata:streamDuration:customData: |
מפעיל מדור קודם. לא כולל רצועות מדיה או סגנון רצועת טקסט. עוד... | |
(GCKMediaTrack *__nullable) | - mediaTrackWithID: |
מחפשת טראק במדיה עם המזהה שלו. עוד... | |
סיכום הנכס | |
NSString * | contentID |
מזהה התוכן של מקור הנתונים הזה. עוד... | |
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 |
מזהה התוכן של מקור הנתונים הזה.
|
readnonatomicassign |
סוג השידור.
|
readnonatomiccopy |
סוג התוכן (MIME).
|
readnonatomicstrong |
המטא-נתונים של פריט המדיה.
|
readnonatomiccopy |
רשימת ההפסקות למודעות בתוכן הזה.
|
readnonatomiccopy |
רשימת הקליפים של ההפסקות למודעות בתוכן הזה.
- סינסה
- 3.3
|
readnonatomicassign |
אורך השידור, בשניות או INFINITY
אם מדובר בשידור חי.
|
readnonatomiccopy |
רצועות המדיה עבור השידור הזה.
|
readnonatomiccopy |
סגנון רצועת הטקסט של השידור הזה.
|
readnonatomicstrong |
הנתונים המותאמים אישית, אם יש כאלה.