Click or drag to resize

OGGStreamPlayback(String, Boolean, Boolean) Constructor

Initializes a new instance of the OGGStreamPlayback class with default packetization time (20ms)

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public OGGStreamPlayback(
	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
See Also