~cyphermox/+junk/bluez-debug

« back to all changes in this revision

Viewing changes to audio/transport.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-08-01 16:07:29 UTC
  • mfrom: (1.1.35 upstream)
  • Revision ID: james.westby@ubuntu.com-20110801160729-s7bv7bh6u4o5vhlc
Tags: 4.96-0ubuntu1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 
33
33
void media_transport_destroy(struct media_transport *transport);
34
34
const char *media_transport_get_path(struct media_transport *transport);
 
35
struct audio_device *media_transport_get_dev(struct media_transport *transport);
35
36
void media_transport_update_delay(struct media_transport *transport,
36
37
                                                        uint16_t delay);
37
38
void transport_get_properties(struct media_transport *transport,