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