VideoFromImages_BitmapsSortedBy
TVideoGrabber.VideoFromImages_BitmapsSortedBy |
||||
|
|
|
Specifies how the bitmap or JPEG files are sorted.
Declaration
property VideoFromImages_BitmapsSortedBy: TFileSort read GetVideoFromImages_BitmapsSortedBy write SetVideoFromImages_BitmapsSortedBy default DEF_VideoFromImages_BitmapsSortedBy;
__property TFileSort VideoFromImages_BitmapsSortedBy=read=GetVideoFromImages_BitmapsSortedBy, write=SetVideoFromImages_BitmapsSortedBy, default=0
Property VideoFromImages_BitmapsSortedBy As TxFileSort
Description
Used to specify in which order the BMP or JPEG files located in VideoFromImages_SourceDirectory will be recorded.
The value is a TFileSort type.
Note: to sort correctly numeric sequences of bitmaps:
- use fs_NameAsc or fs_NameDesc,
-be sure to make the name of the images"zero padded". E.g.:
001.bmp
002.bmp
003.bmp
...
009.bmp
010.bmp
011.bmp
...
098.bmp
099.bmp
100.bmp
101.bmp
...
See Also
OnBitmapsLoadingProgress SendImageToVideoFromBitmaps SendImageToVideoFromBitmaps2 VideoFromImages_RepeatIndefinitely VideoFromImages_SourceDirectory VideoFromImages_TemporaryFile
Created with the Personal Edition of HelpNDoc: Protect Your Confidential PDFs with These Simple Security Measures