MP3StreamRecorder(Stream, AudioWaveFormat) Constructor |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic 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 Stream
- The output stream.
- audioWaveFormat AudioWaveFormat
- The format of the recorded data.
See Also