Click or drag to resize

AudioConverterGetACMFormats Method

Get the ACM formats according to the ACMTag.

Namespace:  CSAudioConverter
Assembly:  CSAudioConverter (in CSAudioConverter.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