Gets the number of formats available for the specified codec and media type.
public int GetCodecFormatCount(
string Type,
int CodecIndex
)
Public Function GetCodecFormatCount( _
ByVal Type As String, _
ByVal CodecIndex As Integer _
) As Integer
public:
int GetCodecFormatCount(
String^ Type,
int CodecIndex
)
Type
Character string that identifies the major media type for which the number of available codecs is being retrieved.
CodecIndex
The index of the codec
The number of formats
Gets the number of formats available for the specified codec and media type. The returned number of formats can be used with WMProfileManager.GetCodecFormat to enumerate the available formats supported by the codec. For more information, refer to the Microsoft documentation for IWMCodecInfo.GetCodecFormatCount.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET