Share via


IMixerOCX::GetAspectRatio

 
Microsoft DirectShow 9.0

IMixerOCX::GetAspectRatio

The GetAspectRatio method returns the current aspect ratio setting on the Overlay Mixer. (Currently not implemented.)

Syntax

  HRESULT GetAspectRatio(
  LPDWORD  pdwPictAspectRatioX,
  LPDWORD  pdwPictAspectRatioY
);

Parameters

pdwPictAspectRatioX

[out]  Pointer that receives the value of the X dimension.

pdwPictAspectRatioY

[out]  Pointer that receives the value of the Y dimension.

Return Values

Returns E_NOTIMPL.

Requirements

Header: Include Mixerocx.h.

Library: Use Strmiids.lib.

See Also