#include <ICodec.h>
◆ ICodec()
◆ ~ICodec()
virtual ICodec::~ICodec |
( |
| ) |
|
|
virtualdefault |
◆ CanInit()
virtual bool ICodec::CanInit |
( |
| ) |
|
|
pure virtual |
◆ CanSeek()
virtual bool ICodec::CanSeek |
( |
| ) |
|
|
inlinevirtual |
◆ GetCacheLevel()
virtual int ICodec::GetCacheLevel |
( |
| ) |
const |
|
inlinevirtual |
◆ Init()
virtual bool ICodec::Init |
( |
const CFileItem & |
file, |
|
|
unsigned int |
filecache |
|
) |
| |
|
pure virtual |
◆ IsCaching()
virtual bool ICodec::IsCaching |
( |
| ) |
const |
|
inlinevirtual |
◆ ReadPCM()
virtual int ICodec::ReadPCM |
( |
unsigned char * |
pBuffer, |
|
|
int |
size, |
|
|
int * |
actualsize |
|
) |
| |
|
pure virtual |
◆ ReadRaw()
virtual int ICodec::ReadRaw |
( |
uint8_t ** |
pBuffer, |
|
|
int * |
bufferSize |
|
) |
| |
|
inlinevirtual |
◆ Seek()
virtual bool ICodec::Seek |
( |
int64_t |
iSeekTime | ) |
|
|
pure virtual |
◆ SetTotalTime()
virtual void ICodec::SetTotalTime |
( |
int64_t |
totaltime | ) |
|
|
inlinevirtual |
◆ m_bitRate
◆ m_bitsPerCodedSample
int ICodec::m_bitsPerCodedSample |
◆ m_bitsPerSample
int ICodec::m_bitsPerSample |
◆ m_CodecName
std::string ICodec::m_CodecName |
◆ m_file
◆ m_format
◆ m_tag
◆ m_TotalTime
int64_t ICodec::m_TotalTime |
The documentation for this class was generated from the following file: