IMFASFStreamConfig::SetMediaType method (wmcontainer.h)

Sets the media type for the Advanced Systems Format (ASF) stream configuration object.

Syntax

HRESULT SetMediaType(
  [in] IMFMediaType *pIMediaType
);

Parameters

[in] pIMediaType

Pointer to the IMFMediaType interface of a configured media type object.

Return value

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return code Description
S_OK
The method succeeded.

Remarks

Some validation of the media type is performed by this method. However, a media type can be successfully set, but cause an error when the stream is added to the profile.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header wmcontainer.h
Library Mfuuid.lib

See also

IMFASFStreamConfig

IMFASFStreamConfig::GetMediaType

IMFMediaType