Click or drag to resize

AudioRecorderGetACMFormats Method

Get the ACM formats according to the ACMTag.

Namespace:  CSAudioRecorder
Assembly:  CSAudioRecorder (in CSAudioRecorder.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public List<string> GetACMFormats(
	string ACMTag
)

Parameters

ACMTag
Type: SystemString
The ACM codec tag to get the supported formats for.

Return Value

Type: ListString
See Also