|
Copyright © 2006 - 2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
Public Function GetCodecFormatsCount (
nCodecIndex as integer
) as Int16
|
|
[C#]
public Int16 GetCodecFormatsCount (
Int16 nCodecIndex
);
|
|
[C++]
public: Int16 GetCodecFormatsCount (
Int16 nCodecIndex
);
|
|
Parameter
|
Description
|
|
|
|
|
nCodecIndex
|
Number representing the zero-based index of the ACM codec
|
|
Value
|
Meaning
|
|
|
|
|
Negative value
|
An error occurred, check the LastError property value in order to see the error code meaning
|
|
> 0
|
The number of available formats.
|