Codec::getAvailableCodecList Method

Returns a tCodecList, containing the video compressors that were found on your system.
Syntax:
static tCodecList getAvailableCodecList();
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.5.6

See also: Codec, tCodecList

<< Codec