Ignore:
Timestamp:
2013-03-23T13:56:35Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fd7c98b
Parents:
d768d4c8
Message:

libhoud: Handle recording requests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/hound/include/hound/protocol.h

    rd768d4c8 r37ea333  
    6464        int (*add_context)(void *, hound_context_id_t *, const char *, bool);
    6565        int (*rem_context)(void *, hound_context_id_t);
     66        bool (*is_record_context)(void *, hound_context_id_t);
    6667        int (*add_stream)(void *, hound_context_id_t, int, pcm_format_t, size_t,
    6768            void **);
Note: See TracChangeset for help on using the changeset viewer.