Click or drag to resize

WavePlayerGetSupportedWaveOutFormats Method

Returns list of supported wave formats

Namespace:  CallFlowFramework.Media
Assembly:  CallFlowFramework (in CallFlowFramework.dll) Version: 1.1.0.355 (1.1.0.355)
Syntax
public static List<WaveFormat> GetSupportedWaveOutFormats(
	OutputWaveDevice output_device
)

Parameters

output_device
Type: CallFlowFramework.MediaOutputWaveDevice

[Missing <param name="output_device"/> documentation for "M:CallFlowFramework.Media.WavePlayer.GetSupportedWaveOutFormats(CallFlowFramework.Media.OutputWaveDevice)"]

Return Value

Type: ListWaveFormat

[Missing <returns> documentation for "M:CallFlowFramework.Media.WavePlayer.GetSupportedWaveOutFormats(CallFlowFramework.Media.OutputWaveDevice)"]

See Also