GCKMediaLiveSeekableRange ClassStay organized with collectionsSave and categorize content based on your preferences.
AI-generated Key Takeaways
The GCKMediaLiveSeekableRange class aggregates information about the seekable range of a media stream.
Key properties include the start and end times of the seekable range, a flag for whether it's a moving window, and a flag indicating if the live stream is done.
ThestartTimeranges from 0 toendTime, and theendTimeranges from 0 to the end of the duration.
TheisMovingWindowproperty indicates if the seek range is a fixed-length moving window or an expanding range.
TheisLiveDoneproperty is updated to YES when a live stream finishes.
[[["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."],[],["The `GCKMediaLiveSeekableRange` class provides information about a media stream's seekable range. It defines `startTime` and `endTime` properties to specify the seekable range within the stream's duration. A `isMovingWindow` flag indicates if the range is a fixed-length, moving window or expanding. Additionally, the `isLiveDone` flag signals if the live stream has finished. The seekable range and live status of the media stream can be checked using these properties.\n"]]