summaryrefslogtreecommitdiff
path: root/doc/media-api.txt
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@profusion.mobi>2011-11-03 14:28:08 -0200
committerJohan Hedberg <johan.hedberg@intel.com>2011-11-04 15:38:33 +0200
commit3adcd9ed77e1708cd6869e350d8d3727db92ce5c (patch)
treece3c149e430511fef1434d4e5959776f7260836f /doc/media-api.txt
parentd0ae9987607d0b3cad0b37d5980360f68fa5d2a0 (diff)
downloadbluez-3adcd9ed77e1708cd6869e350d8d3727db92ce5c.tar.gz
AVRCP: implement TRACK-REACHED-END event
Diffstat (limited to 'doc/media-api.txt')
-rw-r--r--doc/media-api.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/media-api.txt b/doc/media-api.txt
index 690f3732b..c53ab7bbe 100644
--- a/doc/media-api.txt
+++ b/doc/media-api.txt
@@ -213,7 +213,14 @@ Properties string Equalizer [readwrite]
uint32 Position [readonly]
- Playback position in milliseconds
+ Playback position in milliseconds. Changing the
+ position may generate additional events that will be
+ sent to the remote device. When position is 0 it means
+ the track is starting and when it's greater than or
+ equal to track's duration the track has ended. Note
+ that even if duration is not available in metadata it's
+ possible to signal its end by setting position to the
+ maximum uint32 value.
MediaEndpoint hierarchy
=======================