Share via


IMixerPinConfig::GetZOrder (Compact 2013)

3/26/2014

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

dshow.h

Library

Strmiids.lib

See Also

Reference

IMixerPinConfig Interface
IMixerPinConfig2 Interface