This property retrieves the height and width of the video.

[Delphi]   recordcontrolname.VideoSize[ = TSize ]

Property Value

Video.Size.Cx retrieves the width of the video
Video.Size.Cy retrieves the width of the video

Explanation

The VideoSize property retrieves the height and width of the video. This property is updated when the GetStreamFormat, GetStreamFormats, Open, SetStreamFormat, or ShowCapturePinDialog methods are executed.

Setting this value

This value cannot be set.

Retrieving this value

This value can be retrieved at run-time.

Differences from ImageKit10 ActiveX

The VideoHeight and VideoWidth properties have been combined into the VideoSize property

 

The ImageKit10 VCL is a product created by Newtone Corporation