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