MP3StreamRecorder Constructor (Stream, AudioWaveFormat, UInt32) |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public MP3StreamRecorder(
Stream stream,
AudioWaveFormat audioWaveFormat,
uint mpegBitRate
)
Public Sub New (
stream As Stream,
audioWaveFormat As AudioWaveFormat,
mpegBitRate As UInteger
)
public:
MP3StreamRecorder(
Stream^ stream,
AudioWaveFormat^ audioWaveFormat,
unsigned int mpegBitRate
)
new :
stream : Stream *
audioWaveFormat : AudioWaveFormat *
mpegBitRate : uint32 -> MP3StreamRecorder
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