ltmmWMProfileManager.GetCodecFormatCount Method
object.GetCodecFormatCount(Type As String, CodecIndex As Long) As Long |
Remarks
Gets the number of formats available for the specified codec and media type.
The returned number of formats can be used with ltmmWMProfileManager.GetCodecFormat to enumerate the available formats supported by the codec.
For more information, refer to the Microsoft documentation for IWMCodecInfo::GetCodecFormatCount at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmform11/htm/iwmcodecinfogetcodecformatcount.asp.
See Also