MultiCam Boards Documentation > MultiCam Documentation > MultiCam DirectShow Reference > Reference Guide > Enumerated Types > ESF_RESOLUTION

ESF_RESOLUTION

Used to choose the resolution. This is the size of the images produced by the source filter.

typedef enum
{
  ESF_RESOLUTION_FRAME = 0,
  ESF_RESOLUTION_FIELD,
  ESF_RESOLUTION_CIF,
  ESF_RESOLUTION_QCIF,
  ESF_RESOLUTION_CUSTOM
} ESF_RESOLUTION;

See also

Resolution

IESFProperties::GetResolution

IESFProperties::SetResolution

IESFProperties::GetCustomResolutionRange