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.
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
Methods inherited from interface org.freedesktop.dbus.interfaces.DBusInterface
getObjectPath, isRemote
-
Method Details
-
Play
Deprecated.From bluez documentation:
Resume playback.
-
Pause
Deprecated.From bluez documentation:
Pause playback.
-
Stop
Deprecated.From bluez documentation:
Stop playback.
-
Next
Deprecated.From bluez documentation:
Next item.
-
Previous
Deprecated.From bluez documentation:
Previous item.
-
VolumeUp
Deprecated.From bluez documentation:
Adjust remote volume one step up
-
VolumeDown
Deprecated.From bluez documentation:
Adjust remote volume one step down
-
FastForward
Deprecated.From bluez documentation:
Fast forward playback, this action is only stopped
when another method in this interface is called.
-
Rewind
Deprecated.From bluez documentation:
Rewind playback, this action is only stopped
when another method in this interface is called.
-