NM_VIDEO_* Size

The NM_VIDEO_* Size constants define the preferred size of the video window specified in the NM_VIDPROP_IMAGE_PREFERRED_SIZE value of the NM_VIDPROP enumerated types.

#define NM_VIDEO_NO_AUTOSIZE          0x00000000
#define NM_VIDEO_SMALL                0x00000001
#define NM_VIDEO_MEDIUM               0x00000002
#define NM_VIDEO_LARGE                0x00000004

Elements

  • NM_VIDEO_NO_AUTOSIZE
    Do not automatically size the video window.
  • NM_VIDEO_SMALL
    Use a small video window.
  • NM_VIDEO_MEDIUM
    Use a medium video window.
  • NM_VIDEO_LARGE
    Use a large video window.

Requirements

**  Windows NT/2000:** Requires Windows NT 4.0 SP3 or later.
**  Windows 95/98:** Requires Windows 95 or later. Available as a redistributable for Windows 95.
**  Header:** Imsconf2.idl.

See Also

INmChannelVideo::GetProperty, NM_VIDPROP_* Property IDs