Gets the number of available codecs for the specified media type.
public int GetCodecInfoCount(
string Type
)
Public Function GetCodecInfoCount( _
ByVal Type As String _
) As Integer
public:
int GetCodecInfoCount(
String^ Type
)
Type
Character string that identifies the major media type for which the number of available codecs is retrieved.
A value that represents the number of available codecs
Gets the number of available codecs for the specified media type. The returned number of codecs can be used with the GetCodecFormatCount and WMProfileManager. The GetCodecFormat methods deal with codec formats by index. For more information, refer to the Microsoft documentation for IWMCodecInfo.GetCodecInfoCount
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