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

Public Member Functions

 Impl ()
 
 Impl (js::StoredContent &&internal)
 

Public Attributes

const shaka::optional< std::string > offlineUri {}
 
const std::string originalManifestUri {}
 
const double duration {}
 
const double size {}
 
const double expiration {}
 
const std::unordered_map< std::string, std::string > appMetadata {}
 

Detailed Description

Definition at line 23 of file offline_externs.cc.

Constructor & Destructor Documentation

§ Impl() [1/2]

shaka::StoredContent::Impl::Impl ( )
inline

Definition at line 32 of file offline_externs.cc.

§ Impl() [2/2]

shaka::StoredContent::Impl::Impl ( js::StoredContent &&  internal)
inline

Definition at line 33 of file offline_externs.cc.

Member Data Documentation

§ appMetadata

const std::unordered_map<std::string, std::string> shaka::StoredContent::Impl::appMetadata {}

Definition at line 30 of file offline_externs.cc.

§ duration

const double shaka::StoredContent::Impl::duration {}

Definition at line 27 of file offline_externs.cc.

§ expiration

const double shaka::StoredContent::Impl::expiration {}

Definition at line 29 of file offline_externs.cc.

§ offlineUri

const shaka::optional<std::string> shaka::StoredContent::Impl::offlineUri {}

Definition at line 25 of file offline_externs.cc.

§ originalManifestUri

const std::string shaka::StoredContent::Impl::originalManifestUri {}

Definition at line 26 of file offline_externs.cc.

§ size

const double shaka::StoredContent::Impl::size {}

Definition at line 28 of file offline_externs.cc.


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