IMixerPinConfig::SetZOrder (Compact 2013)
3/26/2014
The SetZOrder method sets the z-order of a particular video stream.
This method is not currently implemented and returns E_NOTIMPL.
Syntax
HRESULT SetZOrder(
DWORD dwZOrder
);
Parameters
Parameter |
Description |
---|---|
dwZOrder |
[in] Value indicating the order in which streams will clip each other. |
Return Value
Returns E_NOTIMPL.
Remarks
The z-order indicates which streams can clip other streams. Images with larger z-values are always in front of images with smaller z-values.
The relative order of multiple streams is significant only if the video images overlap.
Specifying the same z-order for two overlapping streams can cause strange video artifacts.
Requirements
Header |
dshow.h |
Library |
Strmiids.lib |