IMFASFStreamSelector::GetOutputFromStream method (wmcontainer.h)
Retrieves the output number associated with a stream.
Syntax
HRESULT GetOutputFromStream(
[in] WORD wStreamNum,
[out] DWORD *pdwOutput
);
Parameters
[in] wStreamNum
The stream number for which to retrieve an output number.
[out] pdwOutput
Receives the output number.
Return value
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
Return code | Description |
---|---|
|
The method succeeded. |
|
Invalid stream number. |
Remarks
Outputs are streams in the ASF data section that will be parsed.
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 |