RAGS - v1.11.0
    Preparing search index...

    Interface MprisProxy

    DBus proxy for MPRIS root interface (org.mpris.MediaPlayer2).

    interface MprisProxy {
        new MprisProxy(...args: unknown[]): MprisProxy;
        CanQuit: boolean;
        CanRaise: boolean;
        DesktopEntry: string;
        Identity: string;
        Quit: () => void;
        Raise: () => void;
        [key: string]: any;
    }

    Hierarchy

    • DBusProxy
      • MprisProxy

    Indexable

    • [key: string]: any
    Index

    Constructors

    Properties

    CanQuit: boolean
    CanRaise: boolean
    DesktopEntry: string
    Identity: string
    Quit: () => void
    Raise: () => void