Skip to content

BurstType

property

Delphi
property BurstType: TFrameCaptureDest read GetBurstType write SetBurstType  default DEF_BurstType;
C++Builder
__property TFrameCaptureDest BurstType = {read=GetBurstType, write=SetBurstType, default=0};
C#
public TFrameCaptureDest BurstType { get; set; }
VB.NET
Public Property BurstType As TFrameCaptureDest
C++/Qt
TFrameCaptureDest GetBurstType ();
void SetBurstType (TFrameCaptureDest Value);

Sets or retrieves the destination of captured frames: fc_TBitmap - to memory bitmap; fc_BMPFile - to a BMP file; fc_JPEGFile - to a JPEG file; fc_Clipboard - to the clipboard (CF_BITMAP format). The type of this property is TFrameCaptureDest.