ภาพรวม
ชั้นเรียนที่รวบรวมข้อมูลเกี่ยวกับรายการสื่อ
รับค่า NSObject ใช้งาน <NSCopying>
สรุปเมธอดของอินสแตนซ์ | |
(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 |
รายการคลิปช่วงพักโฆษณาในเนื้อหานี้
- Since
- 3.3
|
readnonatomicassign |
ความยาวของสตรีมเป็นวินาที หรือ INFINITY
หากเป็นสตรีมแบบสด
|
readnonatomiccopy |
แทร็กสื่อสําหรับสตรีมนี้
|
readnonatomiccopy |
รูปแบบแทร็กข้อความสําหรับสตรีมนี้
|
readnonatomicstrong |
ข้อมูลที่กําหนดเอง หากมี