Leadtools.Multimedia Namespace > WMProfileManager Class : GetCodecFormatDesc Method |
'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 )
public: String^ GetCodecFormatDesc( String^ Type, int CodecIndex, int FormatIndex )