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