Options for loading media with GCKRemoteMediaClient.
More...
#import <GCKMediaLoadOptions.h>
Options for loading media with GCKRemoteMediaClient.
- Since
- 4.0
Designated initializer.
Initializes a GCKMediaLoadOptions with default values for all properties.
- (NSArray<NSNumber *>*) activeTrackIDs |
|
readwritenonatomicstrong |
An array of integers specifying the active tracks.
The default value is nil
.
Whether playback should start immediately.
The default value is YES
.
- (NSString*) credentials |
|
readwritenonatomiccopy |
The user credentials for the media item being loaded.
- Since
- 4.1.1
- (NSString*) credentialsType |
|
readwritenonatomiccopy |
Custom application-specific data to pass along with the request.
Must either be an object that can be serialized to JSON using NSJSONSerialization, or nil
.
The playback rate.
The default value is 1
.
- (NSTimeInterval) playPosition |
|
readwritenonatomicassign |
The initial playback position.
The default value is kGCKInvalidTimeInterval, which indicates a default playback position.
The documentation for this class was generated from the following file: