Share via


IMixerOCX::GetVideoSize

 
Microsoft DirectShow 9.0

IMixerOCX::GetVideoSize

The GetVideoSize method retrieves the current size of the video rectangle.

Syntax

  HRESULT GetVideoSize(
  LPDWORD  pdwVideoWidth,
  LPDWORD  pdwVideoHeight
);

Parameters

pdwVideoWidth

[out]  Pointer that receives the video width in pixels.

pdwVideoHeight

[out]  Pointer that receives the video height in pixels.

Return Values

If the method succeeds, it returns S_OK.

Requirements

Header: Include Mixerocx.h.

Library: Use Strmiids.lib.

See Also