| RawRecorder Constructor (String) | 
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic RawRecorder(
	string path
)
Public Sub New ( 
	path As String
)
public:
RawRecorder(
	String^ path
)
new : 
        path : string -> RawRecorderParameters
- path
 - Type: SystemString
The path of the audio file 
See Also