MP3StreamRecorder(String, AudioWaveFormat, UInt32) Constructor |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic MP3StreamRecorder(
string filePath,
AudioWaveFormat audioWaveFormat,
uint mpegBitRate
)
Public Sub New (
filePath As String,
audioWaveFormat As AudioWaveFormat,
mpegBitRate As UInteger
)
public:
MP3StreamRecorder(
String^ filePath,
AudioWaveFormat^ audioWaveFormat,
unsigned int mpegBitRate
)
new :
filePath : string *
audioWaveFormat : AudioWaveFormat *
mpegBitRate : uint32 -> MP3StreamRecorder
Parameters
- filePath String
- The path of the media file. If the file already exists it will be overwritten.
- audioWaveFormat AudioWaveFormat
- The format of the recorded data.
- mpegBitRate UInt32
- Bit rate of the mpeg.
See Also