Update DirectSound.h
This commit is contained in:
parent
cc466d9735
commit
705df0af56
|
@ -21,7 +21,7 @@ public:
|
||||||
bool Initialize();
|
bool Initialize();
|
||||||
void StopAudio(); // Stops the Audio PlayBack (as if paused)
|
void StopAudio(); // Stops the Audio PlayBack (as if paused)
|
||||||
void StartAudio(); // Starts the Audio PlayBack (as if unpaused)
|
void StartAudio(); // Starts the Audio PlayBack (as if unpaused)
|
||||||
void SetFrequency(uint32_t Frequency);
|
void SetFrequency(uint32_t Frequency, uint32_t BufferSize);
|
||||||
void SetVolume(uint32_t Volume);
|
void SetVolume(uint32_t Volume);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
@ -37,4 +37,4 @@ private:
|
||||||
void * m_lpdsbuf;
|
void * m_lpdsbuf;
|
||||||
void * m_handleAudioThread;
|
void * m_handleAudioThread;
|
||||||
uint32_t m_dwAudioThreadId;
|
uint32_t m_dwAudioThreadId;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue