ltmmWMProfileManager.GetCodecFormatCount Method

Visual Basic Example

Syntax

object.GetCodecFormatCount(Type As String, CodecIndex As Long) As Long

Remarks

Gets the number of formats available for the specified 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. and media type.

The returned number of formats can be used with ltmmWMProfileManager.GetCodecFormat to enumerate the available formats supported by the codec.

For more information, refer to the Microsoft documentation for IWMCodecInfo::GetCodecFormatCount .

Platforms

Win32, x64

See Also

Elements:

ltmmWMProfileManager.SystemProfileCount Property, ltmmWMProfileManager.SystemProfileVersion Property, ltmmWMProfileManager.CreateEmptyProfile Method, ltmmWMProfileManager.GetCodecFormat Method, ltmmWMProfileManager.GetCodecFormatDesc Method, ltmmWMProfileManager.GetCodecInfoCount Method, ltmmWMProfileManager.GetCodecName Method, ltmmWMProfileManager.LoadProfileByData Method, ltmmWMProfileManager.LoadProfileByID Method, ltmmWMProfileManager.LoadSystemProfile Method, ltmmWMProfileManager.SaveProfile Method

Topics:

Multimedia Properties, Methods and Events

 

Windows Media Support