Changeset 5ffcbaf in mainline for uspace/srv/audio/hound/hound.h


Ignore:
Timestamp:
2013-04-03T17:29:11Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
eafc7b2
Parents:
35ab943
Message:

hound: Implement source and sink listings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/audio/hound/hound.h

    r35ab943 r5ffcbaf  
    6767int hound_add_source(hound_t *hound, audio_source_t *source);
    6868int hound_add_sink(hound_t *hound, audio_sink_t *sink);
     69int hound_list_sources(hound_t *hound, const char ***list, size_t *size);
     70int hound_list_sinks(hound_t *hound, const char ***list, size_t *size);
     71int hound_list_connections(hound_t *hound, const char ***sources,
     72    const char ***sinks, size_t *size);
    6973int hound_remove_source(hound_t *hound, audio_source_t *source);
    7074int hound_remove_sink(hound_t *hound, audio_sink_t *sink);
Note: See TracChangeset for help on using the changeset viewer.