AudioStreamPlayback Constructor (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.
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxprotected AudioStreamPlayback(
Stream stream
)
Protected Sub New (
stream As Stream
)
protected:
AudioStreamPlayback(
Stream^ stream
)
new :
stream : Stream -> AudioStreamPlayback
Parameters
- stream
- Type: System.IOStream
The stream
See Also