This property sets the format for the file where the capture is saved.

[Delphi]   recordcontrolname.Format[ = TVIkVideoFormat ]

[TVIkVideoFormat Type]

Unit
     IkRecord

type
     TVIkVideoFormat = (vikAvi, vikAsf);

Property Value

Value Explanation
vikAvi Capture is saved in AVI format (uncompressed). Default
vikAsf Capture is saved in WMV format (compressed)

Explanation

The Format property sets the format for the file where the capture is saved. Please set this value before executing the Open method. The default value is vikAvi.

When saving in WMV format, please set the appropriate value in the BitRate property.

Setting this value

This value can be set at run-time

Retrieving this value

This value can be retrieved at run-time

 

The ImageKit10 VCL is a product created by Newtone Corporation