Kodi Documentation  18.0
Kodi is an open source media player and entertainment hub.
CXBTFFile Class Reference

#include <XBTF.h>

Public Member Functions

 CXBTFFile ()
 
 CXBTFFile (const CXBTFFile &ref)
 
const std::string & GetPath () const
 
void SetPath (const std::string &path)
 
uint32_t GetLoop () const
 
void SetLoop (uint32_t loop)
 
const std::vector< CXBTFFrame > & GetFrames () const
 
std::vector< CXBTFFrame > & GetFrames ()
 
uint64_t GetPackedSize () const
 
uint64_t GetUnpackedSize () const
 
uint64_t GetHeaderSize () const
 

Static Public Attributes

static const size_t MaximumPathLength = 256
 

Constructor & Destructor Documentation

§ CXBTFFile() [1/2]

CXBTFFile::CXBTFFile ( )

§ CXBTFFile() [2/2]

CXBTFFile::CXBTFFile ( const CXBTFFile ref)

Member Function Documentation

§ GetFrames() [1/2]

const std::vector< CXBTFFrame > & CXBTFFile::GetFrames ( ) const

§ GetFrames() [2/2]

std::vector< CXBTFFrame > & CXBTFFile::GetFrames ( )

§ GetHeaderSize()

uint64_t CXBTFFile::GetHeaderSize ( ) const

§ GetLoop()

uint32_t CXBTFFile::GetLoop ( ) const

§ GetPackedSize()

uint64_t CXBTFFile::GetPackedSize ( ) const

§ GetPath()

const std::string & CXBTFFile::GetPath ( ) const

§ GetUnpackedSize()

uint64_t CXBTFFile::GetUnpackedSize ( ) const

§ SetLoop()

void CXBTFFile::SetLoop ( uint32_t  loop)

§ SetPath()

void CXBTFFile::SetPath ( const std::string &  path)

Member Data Documentation

§ MaximumPathLength

const size_t CXBTFFile::MaximumPathLength = 256
static

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