TVideoGrabber.RecordingTimer

Prev

Next

TVideoGrabber

Properties

 




































































































Used to enable the timed recording


Declaration
property RecordingTimer: TRecordingTimer read GetRecordingTimer write SetRecordingTimer default DEF_RecordingTimer;


__property TRecordingTimer RecordingTimer==GetRecordingTimer, write=SetRecordingTimer, default=0;


property RecordingTimer as TxRecordingTimer

Description

Used to enable the timed recording:

rt_Disabled : disabled

rt_RecordToNewFile : a new recording file is generated each RecordingTimerInterval seconds

rt_StopRecording : the recording stops after RecordingTimerInterval seconds

rt_StartRecording : the recording starts in preview mode only, the recording will begin after RecordingTimerInterval seconds

rt_FrameCapture : Captures periodically the current frame, the type of capture (memory bitmap, bmp file, etc…) is determined by the BurstType property. The interval is determined by RecordingTimerInterval, expressed in seconds


See Also
Recording methods and properties TAVIMuxConfig TASFDeinterlaceMode TAutoFileName TOnRecordingCompleted TOnRecordingReadyToStart TRecordingMethod TSyncPreview AudioRecording AudioSyncAdjustment AutoFileNameMinDigits 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 RecordingTimerInterval RecordingWidth ResumeRecording SaveCompressorSettingsToDataString SetMultiplexerFilterByName StartAudioRecording StartRecording StartSynchronized StopRecording StoragePath Synchronized SyncPreview