Microsoft Windows CE 3.0  

EC_VIDEO_SIZE_AR_CHANGED

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.

The size or aspect ratio of the native video has changed.

Parameters

lParam1
Low-order WORDvalue is the width in pixels; high-order WORDis the height in pixels.
lParam2
Low-order WORDvalue is the picture's aspect ratio for the x-axis; hight-order WORDis the picture's aspect ratio for the y-axis.

Remarks

This event notification is sent whenever a video renderer detects a change in native video size or a change in the video aspect ratio. The DirectShow renderers detect whether the video has changed size or not prior to sending these events.

For information on how to use this event code, see CBaseFilter::NotifyEvent.