←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly