Package org.bluez

Interface MediaControl1

All Superinterfaces:
org.freedesktop.dbus.interfaces.DBusInterface

public interface MediaControl1 extends org.freedesktop.dbus.interfaces.DBusInterface
File generated - 2023-02-20.
Based on bluez Documentation: media-api.txt.

Service: org.bluez
Interface: org.bluez.MediaControl1

Object path:
[variable prefix]/{hci0,hci1,...}/dev_XX_XX_XX_XX_XX_XX

Supported properties:



boolean Connected [readonly]

object Player [readonly, optional]

Addressed Player object path.



  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated.
    void
    Deprecated.
    void
    Deprecated.
    void
    Deprecated.
    void
    Deprecated.
    void
    Deprecated.
    void
    Deprecated.
    void
    Deprecated.
    void
    Deprecated.

    Methods inherited from interface org.freedesktop.dbus.interfaces.DBusInterface

    getObjectPath, isRemote
  • Method Details

    • Play

      @Deprecated void Play()
      Deprecated.
      From bluez documentation:

      Resume playback.

    • Pause

      @Deprecated void Pause()
      Deprecated.
      From bluez documentation:

      Pause playback.

    • Stop

      @Deprecated void Stop()
      Deprecated.
      From bluez documentation:

      Stop playback.

    • Next

      @Deprecated void Next()
      Deprecated.
      From bluez documentation:

      Next item.

    • Previous

      @Deprecated void Previous()
      Deprecated.
      From bluez documentation:

      Previous item.

    • VolumeUp

      @Deprecated void VolumeUp()
      Deprecated.
      From bluez documentation:

      Adjust remote volume one step up

    • VolumeDown

      @Deprecated void VolumeDown()
      Deprecated.
      From bluez documentation:

      Adjust remote volume one step down

    • FastForward

      @Deprecated void FastForward()
      Deprecated.
      From bluez documentation:

      Fast forward playback, this action is only stopped
      when another method in this interface is called.

    • Rewind

      @Deprecated void Rewind()
      Deprecated.
      From bluez documentation:

      Rewind playback, this action is only stopped
      when another method in this interface is called.