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