Module capture

Module capture 

Source
Expand description

Raw-input-capturing push parser.

Structs§

VTCapturePushParser
A parser that allows for “capturing” of input data, ie: temporarily transferring control of the parser to unparsed data events.

Enums§

VTCaptureEvent
VTInputCapture
The type of capture mode to use after this event has been emitted.

Traits§

VTInputCaptureCallback