WaveStreamPlayback Constructor (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.
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic WaveStreamPlayback(
Stream stream
)
Public Sub New (
stream As Stream
)
public:
WaveStreamPlayback(
Stream^ stream
)
new :
stream : Stream -> WaveStreamPlayback
Parameters
- stream
- Type: System.IOStream
The stream
See Also