| WaveStreamPlayback Constructor |
| Name | Description | |
|---|---|---|
| WaveStreamPlayback | Initializes a new instance of the WaveStreamPlayback class | |
| WaveStreamPlayback(Stream) |
Initializes a new instance of the WaveStreamPlayback class with default packetization time (20ms).
The audio stream will not be cached and will be played only once.
| |
| WaveStreamPlayback(String) |
Initializes a new instance of the WaveStreamPlayback class with default packetization time (20ms).
The audio stream will not be cached and will be played only once.
| |
| WaveStreamPlayback(WaveFormat, UInt32) |
Initializes a new instance of the WaveStreamPlayback class.
| |
| WaveStreamPlayback(Stream, Boolean, Boolean) |
Initializes a new instance of the WaveStreamPlayback class with default packetization time (20ms).
| |
| WaveStreamPlayback(String, Boolean, Boolean) |
Initializes a new instance of the WaveStreamPlayback class with default packetization time (20ms)
| |
| WaveStreamPlayback(Stream, Boolean, Boolean, UInt32) |
Initializes a new instance of the WaveStreamPlayback class.
| |
| WaveStreamPlayback(String, Boolean, Boolean, UInt32) |
Initializes a new instance of the WaveStreamPlayback class
|