TVideoGrabber.AnalogVideoStandards

Prev

Next

TVideoGrabber

Properties

 




































































































List of analog video standards available for the current video capture device.


Declaration
property AnalogVideoStandards: string read GetAnalogVideoStandards;


__property wchar_t *AnalogVideoStandards=read=GetAnalogVideoStandards


Property AnalogVideoStandards As String

Description

Used to retrieve a string that contains the list of the video standards available on the current video capture device when when IsAnalogVideoDecoderAvailable returns true.
The AnalogVideoStandard property is an index in this list, used to select the current analog video standard.

This list is updated when the OnVideoDeviceSelected event occurs (when a video capture device is selected with VideoDevice ).
This list can be assigned to list based controls. E.g.:
ComboBox1.Items.Text := VideoGrabber1.AnalogVideoStandards
ComboBox1.ItemIndex := VideoGrabber1.AnalogVideoStandard


See Also
Analog Video standards AnalogVideoStandard AnalogVideoStandardIndex AnalogVideoStandardsCount IsAnalogVideoDecoderAvailable