Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
A version of this page is also available for
4/8/2010
The SetZOrdermethod 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.