diff --git a/src/VMR/Bus.ts b/src/VMR/Bus.ts index b77e031..fd0ea30 100644 --- a/src/VMR/Bus.ts +++ b/src/VMR/Bus.ts @@ -3,14 +3,7 @@ import { minType } from "../decorators/minVersion"; import { validation } from "../decorators/validation"; import { Control } from "./Control"; -export class Strip extends VMObject { - @validation() - public get Mono(): boolean { - return this.getParamValueBoolean(this.buildParameterString("Mono"))[1]; - } - public set Mono(v: boolean) { - this.setParamValueBoolean(this.buildParameterString("Mono"), v); - } +export class Bus extends VMObject { @validation() public get Mute(): boolean {