Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction | Help Version 19.0.2.9
|
Leadtools.Multimedia Namespace > WMProfileManager Class : GetCodecFormatDesc Method |
public string GetCodecFormatDesc( string Type, int CodecIndex, int FormatIndex )
'Declaration
Public Function GetCodecFormatDesc( _ ByVal Type As String, _ ByVal CodecIndex As Integer, _ ByVal FormatIndex As Integer _ ) As String
'Usage
Dim instance As WMProfileManager Dim Type As String Dim CodecIndex As Integer Dim FormatIndex As Integer Dim value As String value = instance.GetCodecFormatDesc(Type, CodecIndex, FormatIndex)
public: String^ GetCodecFormatDesc( String^ Type, int CodecIndex, int FormatIndex )