Syam Sidhardhan
3e14a20905
doc: Fix typo
2012-04-13 12:45:10 +03:00
Lucas De Marchi
3adcd9ed77
AVRCP: implement TRACK-REACHED-END event
2011-11-04 15:38:33 +02:00
Luiz Augusto von Dentz
4ed6c1c2a4
Add MediaPlayer.Release method
...
This is similar to MediaEndpoint.Release which is useful to notify the
player that it is no longer registered/active.
2011-10-28 15:15:48 +03:00
Lucas De Marchi
5a4402f8f6
Fix MediaPlayer documentation
2011-10-20 10:35:27 +03:00
Lucas De Marchi
cd25bc2b76
Don't overwrite metadata when changing track
...
If we use the same hash table to set the new metadata, we have 2
undesired behaviors:
1) New track may contain fields from previous track if it didn't set all
the fields
2) If we fail on parsing the signal, we will still change some of the
fields
2011-10-13 16:08:29 +03:00
Lucas De Marchi
aac1ff80c9
Fix typo on doc
2011-10-13 10:38:39 +03:00
Luiz Augusto von Dentz
14ae307458
AVRCP: move MediaPlayer to adapter object
...
This move the MediaPlayer registration to adapter object on Media
interface so we can track players properly.
2011-10-06 11:13:28 +03:00
Dmitriy Paliy
8c14dfca48
Update Media API documentation
...
Possible error responses are added to RegisterEndpoint.
2011-03-28 17:25:42 +03:00
Luiz Augusto von Dentz
3c1b20edad
Add Routing property to MediaTransport interface
...
This should indicate to the endpoint what routing the transport is using
2011-01-19 20:44:33 +05:30
Luiz Augusto von Dentz
5937a8bf35
Remove IMTU and OMTU properties and return its values on Acquire reply
...
This should make Acquire blocking friendly since the client no longer has
to call GetProperties to discover how much it can write/read when using
the acquired file descriptor.
2011-01-19 20:42:32 +05:30
Luiz Augusto von Dentz
64c3ed6559
Make MediaEndpoint.ClearConfiguration to take transport path
...
This makes simpler to application which are handling many endpoints
without a context data. It also may be useful in future in case we
allow multiple transports per endpoint.
2010-09-22 22:23:38 +03:00
Luiz Augusto von Dentz
94d0f3a197
Make MediaEndpoint.SetConfiguration to take all transport properties
...
This will probably avoid the endpoint agent to have to call GetProperties
to check for transport properties.
2010-09-22 22:23:38 +03:00
Luiz Augusto von Dentz
1e985e1135
Add media API documentation
...
Media API is a replacement for the internal audio IPC which is no longer
necessary as DBus 1.3 and newer are capable of transfering file
descriptors.
2010-09-15 15:05:44 +03:00