CodecIndex
Zero based index of the codec for which to get the specified format description.
A COmpressor combined with a DECompressor, or encoder and a decoder, which allows you to both compress and decompress that same data.
Also known as an encoder, this is a module or algorithm to compress data. Playing that data back requires a decompressor, or decoder.
Also known as a decompressor, this is a module or algorithm to decompress data.
Also known as compressor, this is a module or algorithm to compress data. Playing that data back requires a decompressor, or decoder.