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
)
Public Function GetACMFormats (
ACMTag As String
) As List(Of String)
Dim instance As AudioConverter
Dim ACMTag As String
Dim returnValue As List(Of String)
returnValue = instance.GetACMFormats(ACMTag)
member GetACMFormats :
ACMTag : string -> List<string>
public List<String> GetACMFormats(
String ACMTag
)
public function GetACMFormats(
ACMTag : String
) : List<String>
function GetACMFormats(ACMTag);
Parameters
- ACMTag
- Type: SystemString
The ACM codec tag to get the supported formats for.
Return Value
Type:
ListStringSee Also