BinaryRecording.this

Construct a BinaryRecording from recorded data.

Only InputDevice code can construct a BinaryRecording.

class BinaryRecording(Input)
package nothrow @trusted
this
(
ref Array!ubyte data
)

Parameters

data Array!ubyte

Recorded data.

Meta