node-dmx
    Preparing search index...

    Type Alias DecodeContext

    Context passed to fixture decoders when reading DMX bytes.

    type DecodeContext = {
        base: number;
        frame: Uint8Array;
    }
    Index

    Properties

    Properties

    base: number

    Zero-based start index in the universe frame.

    frame: Uint8Array

    Source universe frame buffer.