EncodeFormats.ACM.GetCodecsCount method
Remarks
Returns the number of ACM (Audio Compression Manager) codecs installed inside the system: this method will fail without a previous call to the
EncodeFormats.ACM.InitCodecs method.
For further details about the Windows Audio Compression Manager refer to the
EncodeACM class section.
For further information about available encoding formats see the
EncodeFormatsMan class.
Syntax
|
[Visual Basic]
Public Function GetCodecsCount (
) as Int16
|
|
[C#]
public Int16 GetCodecsCount (
);
|
|
[C++]
public: Int16 GetCodecsCount (
);
|
Return value
The number of ACM codecs installed inside the system