TVideoGrabber.AutoFileNameMinDigits

Prev

Next

TVideoGrabber

Properties

 




































































































Specifies the number of 0 to pad auto-generated file names.


Declaration
property AutoFileNameMinDigits: LongInt read GetAutoFileNameMinDigits write SetAutoFileNameMinDigits default DEF_AutoFileNameMinDigits;


__property int AutoFileNameMinDigits=read=GetAutoFileNameMinDigits, write=SetAutoFileNameMinDigits, default=6


Property AutoFileNameMinDigits As Long

Description

Used to specify the number of padding "0" used to generate a file name when AutoFileName = fn_Sequential.

E.g.:

- if AutoFileNameMinDigits = 6, the file name will be generated e.g. as
vg000001.avi
vg000002.avi
vg000003.avi
...

- if AutoFileNameMinDigits = 3, the file name will be generated e.g. as
vg001.avi
vg002.avi
vg003.avi
...


See Also
Recording methods and properties TAVIMuxConfig TASFDeinterlaceMode TAutoFileName TOnRecordingCompleted TOnRecordingReadyToStart TRecordingMethod TSyncPreview AudioRecording AudioSyncAdjustment AVIDurationUpdated AVIFormatOpenDML AVIHeaderInfo AVIInfo Encoder_SetInt HoldRecording IsRecordingPaused Last_Recording_FileName OnBacktimedFramesCountReached OnCopyPreallocDataCompleted OnCopyPreallocDataProgress OnCopyPreallocDataStarted OnCreatePreallocFileCompleted OnCreatePreallocFileStarted OnDiskFull OnRecordingCompleted OnRecordingPaused OnRecordingReadyToStart OnRecordingStarted OnReencodingCompleted OnReencodingStarted PauseRecording PreallocCapFileCopiedAfterRecording PreallocCapFileEnabled PreallocCapFileName PreallocCapFileSizeInMB RecordingBacktimedFramesCount RecordingCanPause RecordingDuration RecordingFileName RecordingFileSizeMaxInMB RecordingFourCC RecordingHeight RecordingInNativeFormat RecordingKBytesWrittenToDisk RecordingMethod RecordingSize RecordingTimer RecordingTimerInterval RecordingWidth ResumeRecording SaveCompressorSettingsToDataString SetMultiplexerFilterByName StartAudioRecording StartRecording StartSynchronized StopRecording StoragePath Synchronized SyncPreview