Click or drag to resize
MP3StreamRecorder Constructor (String, AudioWaveFormat, UInt32)
Initializes a new instance of the MP3StreamRecorder class

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public MP3StreamRecorder(
	string filePath,
	AudioWaveFormat audioWaveFormat,
	uint mpegBitRate
)

Parameters

filePath
Type: SystemString
The path of the media file. If the file already exists it will be overwritten.
audioWaveFormat
Type: Ozeki.MediaAudioWaveFormat
The format of the recorded data.
mpegBitRate
Type: SystemUInt32
Bit rate of the mpeg.
See Also