ImageEn, unit ieds

TIEDirectShow.VideoFormats

TIEDirectShow.VideoFormats

Declaration

property VideoFormats[i: Integer]: TIEVideoFormat;

Description

Provides access to the list of available video formats.
A video format specifies the frame width, height and other info.

Example

with ImageEnView1.IO.DShowParams.VideoFormats[0] do
  Label1.Caption := Format('%d x %d', [BitmapWidth, BitmapHeight]);

See Also

VideoFormatsCount
SetCurrentVideoFormat