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

#import <player_externs_objc.h>

Inheritance diagram for ShakaBufferedInfo:

Instance Methods

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

Protected Attributes

shaka::BufferedInfo value
 

Properties

NSArray< ShakaBufferedRange * > * total
 
NSArray< ShakaBufferedRange * > * audio
 
NSArray< ShakaBufferedRange * > * video
 
NSArray< ShakaBufferedRange * > * text
 

Detailed Description

Contains information about the current buffered ranges.

Definition at line 47 of file player_externs_objc.h.

Method Documentation

§ initWithCpp:()

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

§ toCpp()

- (const BufferedInfo& ShakaBufferedInfo()):
implementation

Member Data Documentation

§ value

- (BufferedInfo ShakaBufferedInfo()):
protected

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

Property Documentation

§ audio

- (NSArray< ShakaBufferedRange * > *) audio
readatomicassign

The buffered ranges for audio content.

Definition at line 53 of file player_externs_objc.h.

§ text

- (NSArray< ShakaBufferedRange * > *) text
readatomicassign

The buffered ranges for text content.

Definition at line 59 of file player_externs_objc.h.

§ total

- (NSArray< ShakaBufferedRange * > *) total
readatomicassign

The combined audio/video buffered ranges, reported by |video.buffered|.

Definition at line 50 of file player_externs_objc.h.

§ video

- (NSArray< ShakaBufferedRange * > *) video
readatomicassign

The buffered ranges for video content.

Definition at line 56 of file player_externs_objc.h.


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