|
int | FillData (int iMax) |
|
void | EraseData (int iToDelete) |
|
int | Step () |
|
void | Reset () |
|
int | GetCursorAvail () const |
|
int | GetWindowSizeFrames () const |
|
int | GetToleranceFrames () const |
|
|
int | m_iDataBufferAvailFrames |
|
std::vector< ChannelInfo > | m_Channels |
|
int | m_iUncorrelatedPos |
|
int | m_iPos |
|
float | m_fSpeedRatio |
|
float | m_fTrailingSpeedRatio |
|
float | m_fErrorFrames |
|
const int | m_iWindowSize |
|
const bool | m_bMidSideEncoding |
|
std::unique_ptr< RageSoundReader > | m_pSource |
|
|
enum | { RSRERROR = -1
, END_OF_FILE = -2
, WOULD_BLOCK = -3
, STREAM_LOOPED = -4
} |
|
◆ Copy()
◆ GetNextSourceFrame()
int RageSoundReader_SpeedChange::GetNextSourceFrame |
( |
| ) |
const |
|
virtual |
◆ GetStreamToSourceRatio()
float RageSoundReader_SpeedChange::GetStreamToSourceRatio |
( |
| ) |
const |
|
virtual |
◆ Read()
int RageSoundReader_SpeedChange::Read |
( |
float * |
pBuf, |
|
|
int |
iFrames |
|
) |
| |
|
virtual |
◆ SetPosition()
int RageSoundReader_SpeedChange::SetPosition |
( |
int |
iFrame | ) |
|
|
virtual |
◆ SetProperty()
bool RageSoundReader_SpeedChange::SetProperty |
( |
const std::string & |
sProperty, |
|
|
float |
fValue |
|
) |
| |
|
virtual |
The documentation for this class was generated from the following files:
- /home/runner/work/etterna/etterna/src/RageUtil/Sound/RageSoundReader_SpeedChange.h
- /home/runner/work/etterna/etterna/src/RageUtil/Sound/RageSoundReader_SpeedChange.cpp