Blob: org.bluez.MediaControl.rst
Blob id: 3b7796df345c3e2f8c94dddb79b2654e7edb04d6
Size: 1.5 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 | ====================== org.bluez.MediaControl ====================== ------------------------------------------ BlueZ D-Bus MediaControl API documentation ------------------------------------------ :Version: BlueZ :Date: September 2023 :Manual section: 5 :Manual group: Linux System Administration Interface ========= :Service: org.bluez :Interface: org.bluez.MediaControl1 :Object path: [variable prefix]/{hci0,hci1,...}/dev_{BDADDR} 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. |