Changeset 5029c788 in mainline for uspace/srv/audio/hound/hound_ctx.h
- Timestamp:
- 2013-04-04T16:21:41Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9e40d443
- Parents:
- 5a6f362
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/audio/hound/hound_ctx.h
r5a6f362 r5029c788 71 71 size_t size); 72 72 int hound_ctx_stream_read(hound_ctx_stream_t *stream, void *buffer, size_t size); 73 int hound_ctx_stream_add_self(hound_ctx_stream_t *stream, void *data, 74 size_t size, const pcm_format_t *f); 73 75 void hound_ctx_stream_drain(hound_ctx_stream_t *stream); 74 76 int hound_ctx_stream_add(hound_ctx_stream_t *stream, void *buffer, size_t size,
Note:
See TracChangeset
for help on using the changeset viewer.