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

ESF_VIDEO_STANDARD

Used to specify the camera video standard.

typedef enum
{
  ESF_STANDARD_PAL = 0,
  ESF_STANDARD_NTSC,
} ESF_VIDEO_STANDARD;

See also

IESFProperties::SetVideoStandard

IESFProperties::GetVideoStandard