Type alias DeviceQualityParams

DeviceQualityParams: {
    opl?: number;
    opll?: number;
    psg?: number;
    scc?: number;
}

Params for setDeviceQuality

Param

PSG quality. 0:normal, 1:high

Param

SCC quality. 0:normal, 1:high

Param

OPLL quality. 0:normal, 1:high

Param

OPL quality. 0:normal, 1:high

Type declaration

  • Optional opl?: number
  • Optional opll?: number
  • Optional psg?: number
  • Optional scc?: number

Generated using TypeDoc