aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/doc/org.bluez.MediaControl.rst
blob: 54e84e8c62eba5f5b94e2e6f881dcdf78c4c6c75 (plain)
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_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.