|
enum | hw { HW_HARDWARE
, HW_SOFTWARE
, HW_DONT_CARE
} |
|
enum | { DYNAMIC_SAMPLERATE = -1
} |
|
|
std::string | Init (DSound &ds, hw hardware, int iChannels, int iSampleRate, int iSampleBits, int iWriteAhead) |
|
bool | get_output_buf (char **pBuffer, unsigned *iBuffersize, int iChunksize) |
|
void | release_output_buf (char *pBuffer, unsigned iBuffersize) |
|
void | Play () |
|
void | Stop () |
|
void | SetVolume (float fVolume) |
|
void | SetSampleRate (int iRate) |
|
int | GetSampleRate () const |
|
int64_t | GetPosition () const |
|
int64_t | GetOutputPosition () const |
|
The documentation for this class was generated from the following files:
- /home/runner/work/etterna/etterna/src/arch/Sound/DSoundHelpers.h
- /home/runner/work/etterna/etterna/src/arch/Sound/DSoundHelpers.cpp