doc: Merge org.bluez.Control1 into org.bluez.MediaControl1 API

This commit is contained in:
Marcel Holtmann 2012-12-20 00:14:19 +01:00
parent 43af5ef5a3
commit 8ce0255435
2 changed files with 50 additions and 52 deletions

View File

@ -1,52 +0,0 @@
BlueZ D-Bus Control API description
***********************************
Control hierarchy
=================
Service org.bluez
Interface org.bluez.Control1
Object path [variable prefix]/{hci0,hci1,...}/dev_XX_XX_XX_XX_XX_XX
Methods void Play()
Resume playback.
void Pause()
Pause playback.
void Stop()
Stop playback.
void Next()
Next item.
void Previous()
Previous item.
void VolumeUp()
Adjust remote volume one step up
void VolumeDown()
Adjust remote volume one step down
void FastForward()
Fast forward playback, this action is only stopped
when another method in this interface is called.
void Rewind()
Rewind playback, this action is only stopped
when another method in this interface is called.
Properties
boolean Connected [readonly]

View File

@ -125,6 +125,56 @@ Methods void RegisterEndpoint(object endpoint, dict properties)
Unregister sender media player.
Media Control hierarchy
=======================
Service org.bluez
Interface org.bluez.MediaControl1
Object path [variable prefix]/{hci0,hci1,...}/dev_XX_XX_XX_XX_XX_XX
Methods void Play()
Resume playback.
void Pause()
Pause playback.
void Stop()
Stop playback.
void Next()
Next item.
void Previous()
Previous item.
void VolumeUp()
Adjust remote volume one step up
void VolumeDown()
Adjust remote volume one step down
void FastForward()
Fast forward playback, this action is only stopped
when another method in this interface is called.
void Rewind()
Rewind playback, this action is only stopped
when another method in this interface is called.
Properties
boolean Connected [readonly]
MediaPlayer1 hierarchy
======================