Reencoding_Method
Delphi
property Reencoding_Method: TRecordingMethod read GetReencodingMethod write SetReencodingMethod default DEF_Reencoding_Method;
C++Builder
__property TRecordingMethod Reencoding_Method = {read=GetReencodingMethod, write=SetReencodingMethod, default=1};
C#
public TRecordingMethod Reencoding_Method { get; set; }
VB.NET
Public Property Reencoding_Method As TRecordingMethod
C++/Qt
TRecordingMethod GetReencoding_Method ();
void SetReencoding_Method (TRecordingMethod Value);
specifies the reencoding format:
AVI = rm_AVI
ASF = rm_ASF
(other TRecordingMethod values are not supported for this property).