IMFMediaSourceEx::GetSourceAttributes method (mfidl.h)

Gets an attribute store for the media source.

Syntax

HRESULT GetSourceAttributes(
  [out] IMFAttributes **ppAttributes
);

Parameters

[out] ppAttributes

Receives a pointer to the IMFAttributes interface. The caller must release the interface.

Return value

This method can return one of these values.

Return code Description
S_OK
Success.
E_NOTIMPL
The media source does not support source-level attributes.

Remarks

Use the IMFAttributes pointer to get or set attributes that apply to the entire source. For stream-level attributes, use the IMFMediaSourceEx::GetStreamAttributes method instead.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps | UWP apps]
Minimum supported server Windows Server 2012 [desktop apps | UWP apps]
Target Platform Windows
Header mfidl.h

See also

IMFMediaSourceEx