TVideoGrabber.RecordingInNativeFormat

Prev

Next

TVideoGrabber

Properties

 




































































































Specifies that the video stream must be saved as it comes out of the video device (no overlay, no compression).


Declaration
property RecordingInNativeFormat: Boolean read GetRecordingInNativeFormat write SetRecordingInNativeFormat default DEF_RecordingInNativeFormat;


__property bool RecordingInNativeFormat=read=GetRecordingInNativeFormat, write=SetRecordingInNativeFormat, default=1


Property RecordingInNativeFormat As Boolean

Description


Used to specify if the video stream must be saved "as is" into the AVI file, or if it can be modified (compression, frame overlay, etc...)

enabled (default): the video stream is saved as it comes out of the video capture device, it cannot be modified,
disabled: the video stream is saved after going through the frame grabber (e.g. for text of graphics overlay) and/or a video compressor (for "on the fly" compression).


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