Changeset 5029c788 in mainline for uspace/srv/audio/hound/hound_ctx.h


Ignore:
Timestamp:
2013-04-04T16:21:41Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9e40d443
Parents:
5a6f362
Message:

hound: add connection fifo, implement stream mixing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/audio/hound/hound_ctx.h

    r5a6f362 r5029c788  
    7171    size_t size);
    7272int hound_ctx_stream_read(hound_ctx_stream_t *stream, void *buffer, size_t size);
     73int hound_ctx_stream_add_self(hound_ctx_stream_t *stream, void *data,
     74    size_t size, const pcm_format_t *f);
    7375void hound_ctx_stream_drain(hound_ctx_stream_t *stream);
    7476int hound_ctx_stream_add(hound_ctx_stream_t *stream, void *buffer, size_t size,
Note: See TracChangeset for help on using the changeset viewer.