Click or drag to resize

WaveBufferLoadFromFile Method

Load data from file. Reads data only if file wave format equals to specified wave format. Reads maximum of max_recording_duration.

Namespace:  CallFlowFramework.Media
Assembly:  CallFlowFramework (in CallFlowFramework.dll) Version: 1.1.0.355 (1.1.0.355)
Syntax
public void LoadFromFile(
	string file_name
)

Parameters

file_name
Type: SystemString

[Missing <param name="file_name"/> documentation for "M:CallFlowFramework.Media.WaveBuffer.LoadFromFile(System.String)"]

See Also