Click or drag to resize
AudioStreamPlayback Constructor
Overload List
  NameDescription
Protected methodAudioStreamPlayback
Initializes a new instance of the AudioStreamPlayback class
Protected methodAudioStreamPlayback(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.
Protected methodAudioStreamPlayback(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.
Protected methodAudioStreamPlayback(WaveFormat, UInt32)
Initializes a new instance of the AudioStreamPlayback class.
Protected methodAudioStreamPlayback(Stream, Boolean, Boolean)
Initializes a new instance of the AudioStreamPlayback class with default packetization time (20ms).
Protected methodAudioStreamPlayback(String, Boolean, Boolean)
Initializes a new instance of the AudioStreamPlayback class with default packetization time (20ms)
Protected methodAudioStreamPlayback(Stream, Boolean, Boolean, UInt32)
Initializes a new instance of the AudioStreamPlayback class.
Protected methodAudioStreamPlayback(String, Boolean, Boolean, UInt32)
Initializes a new instance of the AudioStreamPlayback class
Top
See Also