Changeset 7294b5b in mainline for uspace/lib/hound/include/hound/client.h
- Timestamp:
- 2013-03-24T13:04:04Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ec81221
- Parents:
- 13318d1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/hound/include/hound/client.h
r13318d1 r7294b5b 58 58 int hound_context_set_main_stream_format(hound_context_t *hound, 59 59 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 61 int hound_context_get_available_targets(hound_context_t *hound, 62 const char ***names, size_t *count); 63 int hound_context_get_connected_targets(hound_context_t *hound, 64 const char ***names, size_t *count); 62 65 63 66 int hound_context_connect_target(hound_context_t *hound, const char* target);
Note:
See TracChangeset
for help on using the changeset viewer.