Ozeki VoIP SDK Class library
AudioStreamPlayback Constructor (audioFilePath, repeat, cacheStream, packetizationTime)
NamespacesOzeki.Media.MediaHandlersAudioStreamPlaybackAudioStreamPlayback(String, Boolean, Boolean, UInt32)
Initializes a new instance of the AudioStreamPlayback class
Declaration Syntax
C#Visual BasicVisual C++
protected AudioStreamPlayback(
	string audioFilePath,
	bool repeat,
	bool cacheStream,
	uint packetizationTime
)
Protected Sub New ( 
	audioFilePath As String,
	repeat As Boolean,
	cacheStream As Boolean,
	packetizationTime As UInteger
)
protected:
AudioStreamPlayback(
	String^ audioFilePath, 
	bool repeat, 
	bool cacheStream, 
	unsigned int packetizationTime
)
Parameters
audioFilePath (String)
repeat (Boolean)
cacheStream (Boolean)
packetizationTime (UInt32)

Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290