Error processing SSI file
LEADTOOLS Multimedia (Leadtools.Multimedia assembly)

Show in webframe

GetCodecInfoCount Method






Character string that identifies the major media type for which the number of available codecs is retrieved.
Gets the number of available codecs for the specified media type.
Syntax
public int GetCodecInfoCount( 
   string Type
)
'Declaration
 
Public Function GetCodecInfoCount( _
   ByVal Type As String _
) As Integer
'Usage
 
Dim instance As WMProfileManager
Dim Type As String
Dim value As Integer
 
value = instance.GetCodecInfoCount(Type)
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

See Also

Reference

WMProfileManager Class
WMProfileManager Members

Error processing SSI file
Leadtools.Multimedia requires a Multimedia or Multimedia Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features