GetCodecInfoCount Method

Summary
Gets the number of available codecs for the specified media type.
Syntax
C#
VB
C++
public int GetCodecInfoCount( 
   string Type 
) 
Public Function GetCodecInfoCount( _ 
   ByVal Type As String _ 
) As Integer 
public: 
int GetCodecInfoCount(  
   String^ Type 
)  

Parameters

Type
Character string that identifies the major media type for which the number of available codecs is retrieved.

Return Value

A value that represents the number of available codecs

Remarks

Gets the number of available codecs for the specified media type. The returned number of codecs can be used with the GetCodecFormatCount and WMProfileManager. The GetCodecFormat methods deal with codec formats by index. For more information, refer to the Microsoft documentation for IWMCodecInfo.GetCodecInfoCount

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.