Microsoft DirectX 9.0 |
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
Return E_NOTIMPL.
See Also