Class FairlightMixerMasterPropertiesCommand

Base command type for a full writable command, which uses flags to indicate the changed properties

Hierarchy

  • WritableCommand<OmitReadonly<{
        audioFollowVideo: boolean;
    }>>
    • FairlightMixerMasterPropertiesCommand

Constructors

Properties

_properties: Partial<OmitReadonly<{
    audioFollowVideo: boolean;
}>>
flag: number
MaskFlags: {
    audioFollowVideo: number;
} = ...

Type declaration

  • audioFollowVideo: number
minimumVersion?: ProtocolVersion
rawName: "CMPP" = 'CMPP'

Accessors

Methods

Generated using TypeDoc