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

libhound: Add client wrappers for connection control

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/hound/include/hound/client.h

    r13318d1 r7294b5b  
    5858int hound_context_set_main_stream_format(hound_context_t *hound,
    5959    unsigned channels, unsigned rate, pcm_sample_format_t format);
    60 int hound_get_output_targets(const char **names, size_t *count);
    61 int hound_get_input_targets(const char **names, size_t *count);
     60
     61int hound_context_get_available_targets(hound_context_t *hound,
     62    const char ***names, size_t *count);
     63int hound_context_get_connected_targets(hound_context_t *hound,
     64    const char ***names, size_t *count);
    6265
    6366int hound_context_connect_target(hound_context_t *hound, const char* target);
Note: See TracChangeset for help on using the changeset viewer.