NewGamePhysics.Utilities.DirectXAudio Class Reference
An audio streaming player using DirectSound.
More...
List of all members.
Classes |
| class | PullStream |
Public Member Functions |
|
| DirectXAudio (Device device, int sr, short bps, short ch) |
|
void | Dispose () |
|
void | Play (PullAudioCallback pullAudio) |
|
void | Stop () |
|
int | GetBufferedSize () |
Properties |
|
int | SamplingRate [get] |
|
int | BitsPerSample [get] |
|
int | Channels [get] |
|
Device | Device [get] |
Detailed Description
An audio streaming player using DirectSound.
Definition at line 13 of file DirectXAudio.cs.
The documentation for this class was generated from the following file:
- C:/Users/Andreas Schiffler/Desktop/SVN/NewGamePhysics/NewGamePhysics/Utilities/DirectXAudio.cs