MP3StreamRecorder(String, AudioWaveFormat) Constructor |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic MP3StreamRecorder(
string filePath,
AudioWaveFormat audioWaveFormat
)
Public Sub New (
filePath As String,
audioWaveFormat As AudioWaveFormat
)
public:
MP3StreamRecorder(
String^ filePath,
AudioWaveFormat^ audioWaveFormat
)
new :
filePath : string *
audioWaveFormat : AudioWaveFormat -> 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.
See Also