TVideoGrabber.AnalogVideoStandard

Prev

Next

TVideoGrabber

Properties

 




































































































Selects an analog video standard.


Declaration
property AnalogVideoStandard: LongInt read GetAnalogVideoStandard write SetAnalogVideoStandard;


__property int AnalogVideoStandard=read=GetAnalogVideoStandard, write=SetAnalogVideoStandard, nodefault


Property AnalogVideoStandard As Long

Description

Used to select an analog video standard for the current video capture device in the AnalogVideoStandards list.

Important:

The analog standard is not the same from a video capture device to the other. It is reloaded when the video capture device is selected by assigning the VideoDevice property.

- any control displaying this value should re-read it from the OnVideoDeviceSelected event (that occurs when the video device is selected)
- be sure that the video capture device has been selected (by assigning the VideoDevice property) before setting this property

See device-dependent properties


See Also
Analog Video standards AnalogVideoStandardIndex AnalogVideoStandards AnalogVideoStandardsCount IsAnalogVideoDecoderAvailable