Click or drag to resize
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: 1.8.12.0 (1.8.12)
Syntax
protected AudioStreamPlayback(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The stream
See Also