Click or drag to resize

MP3StreamPlayback(String, Boolean, Boolean) Constructor

Initializes a new instance of the MP3StreamPlayback class

Namespace: Ozeki.Media
Assembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.5.1
Syntax
public MP3StreamPlayback(
	string audioFilePath,
	bool repeat,
	bool cacheStream
)

Parameters

audioFilePath  String
 
repeat  Boolean
 
cacheStream  Boolean
 
See Also