BinaryRecording.this

Construct a BinaryRecording from recorded data.

Only InputDevice code can construct a BinaryRecording.

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

Parameters

data
Type: Array!ubyte

Recorded data.

Meta