Changeset 76ea1b7 in mainline for uspace/srv/audio/hound/hound_ctx.h


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

hound: make audio data reference counted

File:
1 edited

Legend:

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

    r23878dc r76ea1b7  
    7171    size_t size);
    7272int hound_ctx_stream_read(hound_ctx_stream_t *stream, void *buffer, size_t size);
     73void hound_ctx_stream_drain(hound_ctx_stream_t *stream);
     74int hound_ctx_stream_add(hound_ctx_stream_t *stream, void *buffer, size_t size,
     75    pcm_format_t format);
    7376
    7477#endif
Note: See TracChangeset for help on using the changeset viewer.