Click or drag to resize

AudioStreamPlayback Constructor (String, Boolean, Boolean, UInt32)

Initializes a new instance of the AudioStreamPlayback class

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
protected AudioStreamPlayback(
	string audioFilePath,
	bool repeat,
	bool cacheStream,
	uint packetizationTime
)

Parameters

audioFilePath
Type: SystemString
The path of the playback audio file
repeat
Type: SystemBoolean
A boolean value that is used to infinitely repeat the audio
cacheStream
Type: SystemBoolean
Indicates whether the stream is being cached in memory
packetizationTime
Type: SystemUInt32
The time between the send events (in milliseconds).
See Also