Click or drag to resize

WaveStreamRecorder Constructor (String)

Initializes a new instance of the WaveStreamRecorder class with default MediaFormat (8 kHz, 16 bit, 1 channel)

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public WaveStreamRecorder(
	string filePath
)

Parameters

filePath
Type: SystemString
The path of the media file. If the file already exists it will be overwritten.
See Also