|
| CActiveAEBufferPoolAtempo (const AEAudioFormat &format) |
|
bool | Create (unsigned int totaltime) override |
|
bool | ProcessBuffers () |
|
float | GetDelay () |
|
void | Flush () |
|
void | SetTempo (float tempo) |
|
float | GetTempo () const |
|
void | FillBuffer () |
|
void | SetDrain (bool drain) |
|
| CActiveAEBufferPool (const AEAudioFormat &format) |
|
CSampleBuffer * | GetFreeBuffer () |
|
void | ReturnBuffer (CSampleBuffer *buffer) |
|
|
std::unique_ptr< CActiveAEFilter > | m_pTempoFilter |
|
uint8_t * | m_planes [16] |
|
CSampleBuffer * | m_procSample |
|
bool | m_empty |
|
bool | m_drain |
|
bool | m_changeFilter |
|
float | m_tempo |
|
int64_t | m_lastSamplePts |
|
bool | m_fillPackets |
|
The documentation for this class was generated from the following files:
- xbmc/cores/AudioEngine/Engines/ActiveAE/ActiveAEBuffer.h
- xbmc/cores/AudioEngine/Engines/ActiveAE/ActiveAEBuffer.cpp