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