Changes in uspace/srv/audio/hound/connection.h [541eb67:b7fd2a0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/audio/hound/connection.h
r541eb67 rb7fd2a0 84 84 void connection_destroy(connection_t *connection); 85 85 86 int connection_add_source_data(connection_t *connection, void *data,86 errno_t connection_add_source_data(connection_t *connection, void *data, 87 87 size_t size, pcm_format_t format); 88 88 89 int connection_push_data(connection_t *connection, audio_data_t *adata);89 errno_t connection_push_data(connection_t *connection, audio_data_t *adata); 90 90 91 91 /**
Note:
See TracChangeset
for help on using the changeset viewer.