Skip to content

TRecordingMethod

type

TRecordingMethod = (rm_AVI, rm_ASF, rm_SendToDV, rm_MKV, rm_FLV, rm_MP4, rm_WebM, rm_MPG, rm_Multiplexer, rm_MOV, rm_TS, rm_H264, rm_MP3, rm_WMA, rm_WAV);

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 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 rm_H264 the recording will create a .H264 video file (no audio) rm_MP3 the recording will create a .MP3 audio clip rm_WMA the recording will create a .WMA audio clip rm_WAV the recording will create a .WAV audio clip