Ozeki VoIP SDK Class library
MP3StreamPlayback Constructor (audioFilePath, repeat, cacheStream, packetizationTime)
NamespacesOzeki.Media.MediaHandlersMP3StreamPlaybackMP3StreamPlayback(String, Boolean, Boolean, UInt32)
Initializes a new instance of the MP3StreamPlayback class
Declaration Syntax
C#Visual BasicVisual C++
public MP3StreamPlayback(
	string audioFilePath,
	bool repeat,
	bool cacheStream,
	uint packetizationTime
)
Public Sub New ( _
	audioFilePath As String, _
	repeat As Boolean, _
	cacheStream As Boolean, _
	packetizationTime As UInteger _
)
public:
MP3StreamPlayback(
	String^ audioFilePath, 
	bool repeat, 
	bool cacheStream, 
	unsigned int packetizationTime
)
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
packetizationTime (UInt32)
The time between the send events (in milliseconds).

Assembly: VoIPSDK (Module: VoIPSDK) Version: 10.0.6.243