Click or drag to resize
RawStreamPlayback Constructor (String, WaveFormat)
Initializes a new instance of the RawStreamPlayback class.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public RawStreamPlayback(
	string audioFilePath,
	WaveFormat format
)

Parameters

audioFilePath
Type: SystemString
The path of the playback audio file
format
Type: Ozeki.MediaWaveFormat
The format of the audio data
See Also