object.GetCodecFormat(Type As String, CodecIndex As Long, FormatIndex As Long) As ltmmWMStreamConfig |
Remarks
Gets the format at the specified format index, which is supported by the codec A COmpressor Also known as an encoder, this is a module or algorithm to compress data. Playing that data back requires a decompressor, or decoder. combined with a DECompressor, or encoder Also known as compressor, this is a module or algorithm to compress data. Playing that data back requires a decompressor, or decoder. and a decoder Also known as a decompressor, this is a module or algorithm to decompress data., which allows you to both compress and decompress that same data. at the specified codec index.
For more information, refer to the Microsoft documentation for IWMCodecInfo::GetCodecFormat .
Win32, x64
See Also