diff options
Diffstat (limited to '4a-hal/4a-hal-controllers/4a-hal-controllers-mixer-handler.h')
-rw-r--r-- | 4a-hal/4a-hal-controllers/4a-hal-controllers-mixer-handler.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/4a-hal/4a-hal-controllers/4a-hal-controllers-mixer-handler.h b/4a-hal/4a-hal-controllers/4a-hal-controllers-mixer-handler.h index 09e0dc7..74bca88 100644 --- a/4a-hal/4a-hal-controllers/4a-hal-controllers-mixer-handler.h +++ b/4a-hal/4a-hal-controllers/4a-hal-controllers-mixer-handler.h @@ -22,8 +22,12 @@ #include <wrap-json.h> +#include "afb-helpers-utils.h" + #include "../4a-hal-utilities/4a-hal-utilities-data.h" +#define MIXER_ATTACH_VERB "create" + // Enum for the type of error detected enum MixerStatus { MIXER_NO_ERROR=0, @@ -34,7 +38,7 @@ enum MixerStatus { MIXER_ERROR_COULDNT_ADD_STREAMS_AS_VERB =-100000, }; -// HAL controllers handle mixer response function -int HalCtlsHandleMixerAttachResponse(AFB_ReqT request, struct CtlHalStreamsDataT *currentHalStreamsData, json_object *MixerResponseJ); +// HAL controllers handle mixer calls functions +int HalCtlsAttachToMixer(AFB_ApiT apiHandle); #endif /* _HAL_CTLS_SOFTMIXER_LINK_INCLUDE_ */
\ No newline at end of file |