Click or drag to resize

MP3StreamRecorder Constructor (Stream, AudioWaveFormat, UInt32)

Initializes a new instance of the MP3StreamRecorder class

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public MP3StreamRecorder(
	Stream stream,
	AudioWaveFormat audioWaveFormat,
	uint mpegBitRate
)

Parameters

stream
Type: System.IOStream
The output stream.
audioWaveFormat
Type: Ozeki.MediaAudioWaveFormat
The format of the recorded data.
mpegBitRate
Type: SystemUInt32
Bit rate of the mpeg.
See Also