RecordingMethod
Delphi
property RecordingMethod: TRecordingMethod read GetRecordingMethod write SetRecordingMethod default DEF_RecordingMethod;
C++Builder
__property TRecordingMethod RecordingMethod = {read=GetRecordingMethod, write=SetRecordingMethod, default=5};
C#
public TRecordingMethod RecordingMethod { get; set; }
VB.NET
Public Property RecordingMethod As TRecordingMethod
C++/Qt
TRecordingMethod GetRecordingMethod ();
void SetRecordingMethod (TRecordingMethod Value);
This TRecordingMethod property is used to specify the recording method:
- rm_AVI: records the video and audio streams to an AVI file.
- rm_ASF: records the video and audio streams to an ASF file.
- rm_SendToDV: sends the ouput to a DV device, like a DV camcorder. See the Send to DV chapter.
- rm_MKV: similar to rm_AVI, but the recording will create a MKV file (the Matroska muxer must be installed, it can be downloaded at http://www.matroska.org/)