WaveFileWriter Constructor (WaveFormat, String) |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic WaveFileWriter(
WaveFormat format,
string path
)
Public Sub New (
format As WaveFormat,
path As String
)
public:
WaveFileWriter(
WaveFormat^ format,
String^ path
)
new :
format : WaveFormat *
path : string -> WaveFileWriter
Parameters
- format
- Type: WaveFormat
The format of the audio. - path
- Type: SystemString
The path of the wave file.
See Also