|
bool | HasOwner () |
|
void | SetOwner (UObject *Owner) |
|
void | CreateStream (int id, int bitDepth, int channels, float samplingRate) |
|
void | DestroyStream (int id) |
|
void | PlayStream (int id) |
|
void | PauseStream (int id) |
|
void | ReceiveDataForStream (int id, int samples, float **pcm, int channels) |
|
void | StreamEnded (int id) |
|
void | SetAttenuation (const FAttenuationSettingsClass &settings) |
|