Documentation
    Preparing search index...

    Interface OutputDevice

    interface OutputDevice {
        controllableVolume: boolean;
        id: string;
        name: string;
        nativeDeviceId?: string;
        type: undefined | OutputType;
        webDeviceId?: string;
    }
    Index

    Properties

    controllableVolume: boolean
    id: string
    name: string
    nativeDeviceId?: string
    type: undefined | OutputType
    webDeviceId?: string