Ozeki VoIP SDK Class library
AudioStreamPlayback Constructor (stream)
NamespacesOzeki.Media.MediaHandlersAudioStreamPlaybackAudioStreamPlayback(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.
Declaration Syntax
C#Visual BasicVisual C++
protected AudioStreamPlayback(
	Stream stream
)
Protected Sub New ( _
	stream As Stream _
)
protected:
AudioStreamPlayback(
	Stream^ stream
)
Parameters
stream (Stream)
The stream

Assembly: VoIPSDK (Module: VoIPSDK) Version: 10.0.6.243