GCKMediaSeekOptions ClassStay organized with collectionsSave and categorize content based on your preferences.
AI-generated Key Takeaways
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[],["GCKMediaSeekOptions provides configurations for media seeking within a stream. Key properties include `interval`, defining the seek duration; `relative`, indicating whether the seek is relative to the current position or absolute; `resumeState`, determining the post-seek action; `seekToInfinite`, enabling seeking to the end of a stream or live content and `customData`, which allows for passing application-specific information. An `init` method initializes these options with default values. These options can be utilized with GCKRemoteMediaClient.\n"]]