Returns the available codecs installed and registered on the client computer. Supported video file formats are determined by these codecs.
JavaScript |
|
GetAvailableCodecs() |
C# |
|
dynamic GetAvailableCodecs() |
C++ |
|
HRESULT GetAvailableCodecs( VARIANT* pArrCodecInfo) |
Return Value
pArrCodecInfo
An array of ICodecInfo items.
Exceptions
See: HRESULT Return Values for a list of possible values returned by the HRESULT.