Codec::getAvailableCodecs Method [Deprecated]

Returns a tCodecListPtr, containing the video compressors that were found on your system.
Syntax:
static tCodecListPtr getAvailableCodecs();
Return value:

The list may be empty ( size() == 0 ), if no codecs were found. Otherwise, it contains the available codecs as present on the system.

Information:

Introduced in version 3.0
This method is deprecated since version 3.5.6.
Use Codec::getAvailableCodecList

See also: Codec, tCodecListPtr

<< Codec