IMFASFStreamSelector::GetOutputOverride method (wmcontainer.h)

Retrieves the manual output override selection that is set for a stream.

Syntax

HRESULT GetOutputOverride(
  [in]  DWORD                dwOutputNum,
  [out] ASF_SELECTION_STATUS *pSelection
);

Parameters

[in] dwOutputNum

Stream number for which to retrieve the output override selection.

[out] pSelection

Receives the output override selection. The value is a member of the ASF_SELECTION_STATUS enumeration.

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.

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

IMFASFStreamSelector