mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-12-15 23:14:38 +08:00
68506c3f10
These method can be used to fast-forward and rewind the playback, their action will keep active until another method is called. The commands are reapeated every 2 seconds to conform with AVC spec.
56 lines
950 B
Plaintext
56 lines
950 B
Plaintext
BlueZ D-Bus Control API description
|
|
***********************************
|
|
|
|
Copyright (C) 2004-2010 Marcel Holtmann <marcel@holtmann.org>
|
|
Copyright (C) 2007-2008 David Stockwell <dstockwell@frequency-one.com>
|
|
|
|
|
|
Control hierarchy
|
|
=================
|
|
|
|
Service org.bluez
|
|
Interface org.bluez.Control
|
|
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]
|