Share via


IComponentType::put__MediaMajorType

 
Microsoft DirectShow 9.0

IComponentType::put__MediaMajorType

The put__MediaMajorType method sets the DirectShow media major type.

Syntax

  HRESULT put__MediaMajorType(
  REFCLSID MediaMajorType
);

Parameters

MediaMajorType

[in] REFCLSID that specifies the media major type.

Return Values

Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.

Remarks

This method is available through C++ only. Note the two underscores in the method name as compared to the one underscore for the method that uses a BSTR as a parameter.

Requirements

Header: Dshow.h.

Library: Quartz.dll.

See Also