IMixerPinConfig::GetZOrder
Microsoft DirectShow 9.0 |
IMixerPinConfig::GetZOrder
The GetZOrder method retrieves the z-order of a particular video stream.
This method is not currently implemented and returns E_NOTIMPL.
Syntax
HRESULT GetZOrder( DWORD *pdwZOrder );
Parameters
pdwZOrder
[out] Pointer to a value indicating the order in which streams will clip each other.
Return Value
Returns E_NOTIMPL.
Remarks
Images with larger z-values are always in front of images with smaller z-values.
Requirements
Header: Include Mpconfig.h.
Library: Use Strmiids.lib.
See Also