A builder object for constructing new or derived GCKMediaQueueItem instances.
More...
#import <GCKMediaQueueItem.h>
A builder object for constructing new or derived GCKMediaQueueItem instances.
The builder may be used to derive a GCKMediaQueueItem from an existing one:
It can also be used to construct a new GCKMediaQueueItem from scratch:
- (NSArray<NSNumber *>*) activeTrackIDs |
|
readwritenonatomiccopy |
The active track IDs for this item.
Whether the item should automatically start playback when it becomes the current item in the queue.
If NO
, the queue will pause when it reaches this item. The default value is YES
.
The custom data associated with this item, if any.
The media information associated with this item.
- (NSTimeInterval) playbackDuration |
|
readwritenonatomicassign |
The playback duration for the item, in seconds, or INFINITY
if the stream's actual duration should be used.
- (NSTimeInterval) preloadTime |
|
readwritenonatomicassign |
How long before the previous item ends, in seconds, before the receiver should start preloading this item.
The default value is kGCKInvalidTimeInterval, indicating no preload time.
- (NSTimeInterval) startTime |
|
readwritenonatomicassign |
The start time of the item, in seconds.
The default value is kGCKInvalidTimeInterval, indicating that a start time does not apply (for example, for a live stream) or that the default start time should be used.
The documentation for this class was generated from the following file: