GCKMediaLiveSeekableRange Class

GCKMediaLiveSeekableRange Class Reference

Overview

A class that aggregates information about seekable range of a media stream.

Since
4.4.1

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

Property Summary

NSTimeInterval 
The start time of seekable range, which ranges from 0 to endTime if available. More...
NSTimeInterval 
The end time of seekable range, which ranges from 0 to end of duration if available. More...
A flag indicating whether the current seek range is a fixed-length, moving window or a expanding range. More...
BOOL 
A flag indicating whether the current live stream is done. More...

Property Detail

- (NSTimeInterval) startTime
read nonatomic assign

The start time of seekable range, which ranges from 0 to endTime if available.

- (NSTimeInterval) endTime
read nonatomic assign

The end time of seekable range, which ranges from 0 to end of duration if available.

- (BOOL) isMovingWindow
read nonatomic assign

A flag indicating whether the current seek range is a fixed-length, moving window or a expanding range.

- (BOOL) isLiveDone
read nonatomic assign

A flag indicating whether the current live stream is done.

It's updated to YES when live stream finishes.

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