Ozeki VoIP SDK Class library
AudioStreamPlayback Constructor (audioFilePath, repeat, cacheStream)
NamespacesOzeki.Media.MediaHandlersAudioStreamPlaybackAudioStreamPlayback(String, Boolean, Boolean)
Initializes a new instance of the AudioStreamPlayback class with default packetization time (20ms)
Declaration Syntax
C#Visual BasicVisual C++
protected AudioStreamPlayback(
	string audioFilePath,
	bool repeat,
	bool cacheStream
)
Protected Sub New ( _
	audioFilePath As String, _
	repeat As Boolean, _
	cacheStream As Boolean _
)
protected:
AudioStreamPlayback(
	String^ audioFilePath, 
	bool repeat, 
	bool cacheStream
)
Parameters
audioFilePath (String)
The path of the playback audio file
repeat (Boolean)
A boolean value that is used to infinitely repeat the audio
cacheStream (Boolean)
Indicates whether the stream is being cached in memory

Assembly: VoIPSDK (Module: VoIPSDK) Version: 10.0.6.243