MP3StreamRecorder Constructor (Stream, AudioWaveFormat) |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public MP3StreamRecorder(
Stream stream,
AudioWaveFormat audioWaveFormat
)
Public Sub New (
stream As Stream,
audioWaveFormat As AudioWaveFormat
)
public:
MP3StreamRecorder(
Stream^ stream,
AudioWaveFormat^ audioWaveFormat
)
new :
stream : Stream *
audioWaveFormat : AudioWaveFormat -> MP3StreamRecorder
Parameters
- stream
- Type: System.IOStream
The output stream. - audioWaveFormat
- Type: Ozeki.MediaAudioWaveFormat
The format of the recorded data.
See Also