GCKMediaLiveSeekableRange Class
Stay organized with collections
Save and categorize content based on your preferences.
A class that aggregates information about seekable range of a media stream.
- Since
- 4.4.1
Inherits NSObject, <NSCopying>, and <NSSecureCoding>.
|
NSTimeInterval | startTime |
| The start time of seekable range, which ranges from 0 to endTime if available. More...
|
|
NSTimeInterval | endTime |
| The end time of seekable range, which ranges from 0 to end of duration if available. More...
|
|
BOOL | isMovingWindow |
| A flag indicating whether the current seek range is a fixed-length, moving window or a expanding range. More...
|
|
BOOL | isLiveDone |
| A flag indicating whether the current live stream is done. More...
|
|
- (NSTimeInterval) startTime |
|
readnonatomicassign |
The start time of seekable range, which ranges from 0 to endTime
if available.
- (NSTimeInterval) endTime |
|
readnonatomicassign |
The end time of seekable range, which ranges from 0 to end of duration if available.
A flag indicating whether the current seek range is a fixed-length, moving window or a expanding range.
A flag indicating whether the current live stream is done.
It's updated to YES when live stream finishes.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-08-05 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Samples / code issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
{
"lastModified": "Last updated 2020-08-05 UTC.",
"confidential": False
}