Shaka Player Embedded
Public Member Functions | Public Attributes | List of all members
shaka::media::StreamBase::Impl Class Reference

Public Member Functions

 Impl (bool order_by_dts)
 

Public Attributes

Mutex mutex
 
std::list< Range > buffered_ranges
 
const bool order_by_dts
 

Detailed Description

Definition at line 136 of file streams.cc.

Constructor & Destructor Documentation

§ Impl()

shaka::media::StreamBase::Impl::Impl ( bool  order_by_dts)
inlineexplicit

Definition at line 138 of file streams.cc.

Member Data Documentation

§ buffered_ranges

std::list<Range> shaka::media::StreamBase::Impl::buffered_ranges

Definition at line 142 of file streams.cc.

§ mutex

Mutex shaka::media::StreamBase::Impl::mutex

Definition at line 141 of file streams.cc.

§ order_by_dts

const bool shaka::media::StreamBase::Impl::order_by_dts

Definition at line 143 of file streams.cc.


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