TRecordingMethod

Prev

Next

 






































































































Type of the RecordingMethod property.


Unit
VidGrab

Declaration
TRecordingMethod=(rm_AVI, rm_ASF, rm_SendToDV, rm_MKV, rm_FLV, rm_MP4, rm_WebM, rm_MPG, rm_Multiplexer, rm_MOV, rm_TS);


enum TRecordingMethod rm_AVI, rm_ASF, rm_SendToDV, rm_MKV, rm_FLV, rm_MP4, rm_WebM, rm_MPG, rm_Multiplexer, rm_MOV, rm_TS ;

Description

Value Meaning
rm_AVI the recording will create an AVI or MPEG file,
rm_ASF the recording will create an ASF file,
rm_SendToDV the audio/video streams will be sent to the DV device.
rm_MKV similar to rm_AVI, but the recording will create a MKV file, see AVI and MKV recording (the Matroska muxer must be installed, it can be downloaded at http://www.matroska.org/)
rm_FLV the recording will create a Flash video in FLV format, see FLV recording
rm_MP4 the recording will create a .MP4 video clip, see MP4 recording
rm_WebM the recording will create a .WebM video clip, see WebM recording
rm_MPG the recording will create a .mpg file (MPEG)
rm_Multiplexer used to record by using another third-party multiplexer specified with SetMultiplexerFilterByName
rm_MOV the recording will create a .MOV file, use the same settings than for MP4 recording
rm_TS the recording will create a .TS file (Transport Stream). Useful if the capture device outputs a transport stream and RecordingInNativeFormat=true



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