GCKMediaSeekOptions Class

  • GCKMediaSeekOptions provides options for seeking within media using GCKRemoteMediaClient.

  • It includes properties to specify the seek interval, whether the seek is relative or absolute, the resume state after seeking, whether to seek to the end of the stream, and custom data.

  • The class inherits from NSObject and conforms to the NSCopying and NSSecureCoding protocols.

GCKMediaSeekOptions Class Reference

Overview

Options for seeking within media with GCKRemoteMediaClient .

Since
4.0

Inherits NSObject, <NSCopying>, and <NSSecureCoding>.

Instance Method Summary

(instancetype) 
- init
Designated initializer. More...

Property Summary

NSTimeInterval 
The time interval by which to seek. More...
BOOL 
Whether the time interval is relative to the current stream position ( YES ) or to the beginning of the stream ( NO ). More...
GCKMediaResumeState 
The action to take after the seek operation has finished. More...
Whether seek to end of stream or live. More...
id 
Custom application-specific data to pass along with the request. More...

Method Detail

- (instancetype) init

Designated initializer.

Initializes a GCKMediaSeekOptions with default values for all properties.

Property Detail

- (NSTimeInterval) interval
read write nonatomic assign

The time interval by which to seek.

The default value is 0 .

- (BOOL) relative
read write nonatomic assign

Whether the time interval is relative to the current stream position ( YES ) or to the beginning of the stream ( NO ).

The default value is NO , indicating an absolute seek position.

- (GCKMediaResumeState) resumeState
read write nonatomic assign

The action to take after the seek operation has finished.

The default value is GCKMediaResumeStateUnchanged.

- (BOOL) seekToInfinite
read write nonatomic assign

Whether seek to end of stream or live.

Since
4.4.1
- (id) customData
read write nonatomic strong

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 .

Create a Mobile Website
View Site in Mobile | Classic
Share by: