GetCodecFormatDesc Method

Summary
Gets the description of the specified codec format.
Syntax
C#
C++/CLI
public string GetCodecFormatDesc( 
   string Type, 
   int CodecIndex, 
   int FormatIndex 
) 
public: 
String^ GetCodecFormatDesc(  
   String^ Type, 
   int CodecIndex, 
   int FormatIndex 
)  

Parameters

Type
The string value representing the major media type of the codec. Possible values are Constants.MEDIATYPE_Video or Constants.MEDIATYPE_Audio

CodecIndex
The zero-based index of the codec for which to get the specified format description.

FormatIndex
The zero-based index of the format for which to get the description.

Return Value

The description of the specified codec format.

Remarks

Gets the description of the specified codec format. For more information, refer to the Microsoft documentation for IWMCodecInfo2.GetCodecFormatDesc

Requirements

Target Platforms

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

Leadtools.Multimedia Assembly

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