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

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public WaveStreamRecorder(
	string filePath,
	WaveFormat waveFormat
)

Parameters

filePath
Type: SystemString
The path of the media file. If the file already exists it will be overwritten.
waveFormat
Type: Ozeki.MediaWaveFormat
The format of the recorded data.
See Also