Man page - org.bluez.mediacontrol(5)
Packages contains this manual
- rfcomm(1)
- bluetoothctl-player(1)
- bluetoothctl-assistant(1)
- bluetooth-meshd(8)
- hciconfig(1)
- obexctl(1)
- hex2hcd(1)
- mpris-proxy(1)
- bluetoothctl-endpoint(1)
- bluetoothctl-hci(1)
- bluetoothctl(1)
- bluetoothctl-gatt(1)
- rctest(1)
- hid2hci(1)
- bluemoon(1)
- ciptool(1)
- bluetoothctl-monitor(1)
- l2test(1)
- bluetoothctl-scan(1)
- sdptool(1)
- bluetoothctl-transport(1)
- btmgmt(1)
- hciattach(1)
- btattach(1)
- gatttool(1)
- bluetoothctl-mgmt(1)
- bluetoothctl-admin(1)
- bluetoothd(8)
- hcitool(1)
- bluetoothctl-advertise(1)
- btmon(1)
- l2ping(1)
Package: bluez
apt-get install bluez
apt-get install bluez
Manuals in package:
Documentations in package:
Manual
ORG.BLUEZ.MEDIACONTROL
NAMEINTERFACE
Methods
void Play() [Deprecated]
void Pause() [Deprecated]
void Stop() [Deprecated]
void Next() [Deprecated]
void Previous() [Deprecated]
void VolumeUp() [Deprecated]
void VolumeDown() [Deprecated]
void FastForward() [Deprecated]
void Rewind() [Deprecated]
Properties
boolean Connected [readonly]
object Player [readonly, optional]
NAME
org.bluez.MediaControl - BlueZ D-Bus MediaControl API documentation
INTERFACE
Service
org.bluez
Interface
org.bluez.MediaControl1
Object path
[variable prefix]/{hci0,hci1,...}/dev_XX_XX_XX_XX_XX_XX
Methods
void Play() [Deprecated]
Resume playback.
void Pause() [Deprecated]
Pause playback.
void Stop() [Deprecated]
Stop playback.
void Next() [Deprecated]
Next item.
void Previous() [Deprecated]
Previous item.
void VolumeUp() [Deprecated]
Adjust remote volume one step up
void VolumeDown() [Deprecated]
Adjust remote volume one step down
void FastForward() [Deprecated]
Fast forward playback, this action is only stopped when another method in this interface is called.
void Rewind() [Deprecated]
Rewind playback, this action is only stopped when another method in this interface is called.
Properties
boolean Connected [readonly]
object Player [readonly, optional]
Addressed Player object path.