TVideoGrabber.RecordingFourCC

Prev

Next

TVideoGrabber

Properties

 




































































































Returns the FourCC used to record the video stream


Declaration
property RecordingFourCC: String read GetRecordingFourCC;


__property wchar_t *RecordingFourCC=read=GetRecordingFourCC


Property RecordingFourCC As String

Description

Returns the FourCC that corresponds to the video format used to record the video stream.

E.g.:
YUY2
RGB24
dvsd

Note:
When the frame grabber is enabled on the recording stream (FrameGrabber = fg_BothStreams or fg_CaptureStream), the recorded format will be a RGB... format corresponding to the FrameGrabberRGBFormat property.

To record in the format specified by the VideoSubtype property, you can
- disable the frame grabber on place it on the preview stream only ( (FrameGrabber = fg_Disabled or fg_PreviewStream),
- force the recording in the native format by enabling the RecordingInNativeFormat property.


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