Skip to content

CaptureFileExt

property

Delphi
property CaptureFileExt: string read GetCaptureFileExt write SetCaptureFileExt;
C++Builder
__property System::UnicodeString CaptureFileExt = {read=GetCaptureFileExt, write=SetCaptureFileExt};
C#
public string CaptureFileExt { get; set; }
VB.NET
Public Property CaptureFileExt As String
C++/Qt
wchar_t *GetCaptureFileExt ();
void SetCaptureFileExt (wchar_t *Value);

Extension of AVI files names generated automatically.

Remarks

Default extension used to create video clips when the file name is generated automatically.

Leave it blank if needed TVideoGrabber to generate it automatically. In this case it assigns:

  • "avi" for standard AVI files,

  • "mpg" for MPEG files.