WaveBufferSaveToFile Method |
Saves recorded data to file
Namespace:
CallFlowFramework.Media
Assembly:
CallFlowFramework (in CallFlowFramework.dll) Version: 1.1.0.355 (1.1.0.355)
Syntaxpublic void SaveToFile(
string file_name
)
public:
void SaveToFile(
String^ file_name
)
Parameters
- file_name
- Type: SystemString
[Missing <param name="file_name"/> documentation for "M:CallFlowFramework.Media.WaveBuffer.SaveToFile(System.String)"]
See Also