#include <RageSoundDriver_OSS.h>
Inheritance diagram for RageSound_OSS:
Public Member Functions | |
bool | GetData () |
int | GetSampleRate (int rate) const |
int64_t | GetPosition (const RageSoundBase *snd) const |
float | GetPlayLatency () const |
void | SetupDecodingThread () |
RageSound_OSS () | |
CString | Init () |
~RageSound_OSS () | |
Private Member Functions | |
void | MixerThread () |
Static Private Member Functions | |
int | MixerThread_start (void *p) |
CString | CheckOSSVersion (int fd) |
Private Attributes | |
int | fd |
bool | shutdown |
int | last_cursor_pos |
int | samplerate |
RageThread | MixingThread |
|
|
|
|
|
|
|
|
|
Reimplemented from RageSoundDriver. |
|
Implements RageSoundDriver. |
|
Reimplemented from RageSoundDriver. |
|
Reimplemented from RageSoundDriver. |
|
|
|
|
|
Reimplemented from RageSound_Generic_Software. |
|
|
|
|
|
|
|
|
|
|