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);

Default extension used to create video clips when the file name is generated automatically. Leave it blank if you want TVideoGrabber to generate it automatically. In this case it assigns:

  • "avi" for standard AVI files,

  • "mpg" for MPEG files.