Shaka Player Embedded
Instance Methods | Protected Attributes | Properties | List of all members
ShakaBufferedRange Class Reference

#import <player_externs_objc.h>

Inheritance diagram for ShakaBufferedRange:

Instance Methods

(instancetype) - initWithCpp: [implementation]
 
(const shaka::BufferedRange &) - toCpp [implementation]
 

Protected Attributes

shaka::BufferedRange value
 

Properties

double start
 
double end
 

Detailed Description

Contains the times of a range of buffered content.

Definition at line 31 of file player_externs_objc.h.

Method Documentation

§ initWithCpp:()

- (instancetype) initWithCpp: (const shaka::BufferedRange &)  obj
implementation

§ toCpp()

- (const BufferedRange& ShakaBufferedRange()):
implementation

Member Data Documentation

§ value

- (BufferedRange ShakaBufferedRange()):
protected

Definition at line 25 of file player_externs+Internal.h.

Property Documentation

§ end

- (double) end
readatomicassign

The end time of the range, in seconds.

Definition at line 37 of file player_externs_objc.h.

§ start

- (double) start
readatomicassign

The start time of the range, in seconds.

Definition at line 34 of file player_externs_objc.h.


The documentation for this class was generated from the following files: