TVideoGrabber.RecordingSize

Prev

Next

TVideoGrabber

Properties

 




































































































Used to record at a smaller size than the preview size


Declaration
property RecordingSize: TRecordingSize read GetRecordingSize write SetRecordingSize default DEF_RecordingSize;


__property TRecordingSize RecordingSize=read=GetRecordingSize, write=SetRecordingSize, default=0 ;


Property RecordingSize As TxRecordingSize

Description

Used to record in AVI at a smaller size than the preview size.
By default, the recording is made at the same size than the preview size.

Possible values:

rs_Default : records at the current video size
rs_HalfSize : records at half size
rs_QuarterSize : records at quarter size

This property lets you record smaller at a smaller size, while keeping an higher resolution for frame capture.

E.g. if the current preview size is 640x480 and RecordingSize = HalfSize, the AVI recording will be mad in 320x240.


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 RecordingTimer RecordingTimerInterval RecordingWidth ResumeRecording SaveCompressorSettingsToDataString SetMultiplexerFilterByName StartAudioRecording StartRecording StartSynchronized StopRecording StoragePath Synchronized SyncPreview