Home -> IFrameBufferOutput -> SetDetachAfterCapture

Description

The SetDetachAfterCapture method specifies whether this IFrameBufferOutput object will be detached after capturing a single image.

Usage

void SetDetachAfterCapture(bool state = true);

Argument list

state [bool]
True to automatically detach this capture target after a framebuffer capture completes, false to keep it attached.

See also