MP3StreamRecorder(String) Constructor |
Initializes a new instance of the
MP3StreamRecorder class with default MediaFormat (8000 kHz, 16 bit, 1 channel)
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic MP3StreamRecorder(
string filePath
)
Public Sub New (
filePath As String
)
public:
MP3StreamRecorder(
String^ filePath
)
new :
filePath : string -> MP3StreamRecorder
Parameters
- filePath String
- The path of the media file. If the file already exists it will be overwritten.
See Also