TFileSort
Type of the VideoFromImages_BitmapsSortedBy property.
Unit
VidGrab
Declaration
TFileSort=(fs_TimeAsc, fs_TimeDesc, fs_NameAsc, fs_NameDesc);
enum TFileSort fs_TimeAsc, fs_TimeDesc, fs_NameAsc, fs_NameDesc ;
Description
Value Meaning
fs_TimeAsc the image files are sorted by time, ascending
fs_TimeDesc the image files are sorted by time, descending
fs_NameAsc the image files are sorted by name, ascending
fs_NameDesc the image files are sorted by name, descending