sound_trigger_hw_device 구조체 참조

sound_trigger_hw_device 구조체 참조

#include < sound_trigger.h >

데이터 필드

구조체 hw_device_t 흔한
정수(* get_properties )(const struct sound_trigger_hw_device *dev, struct sound_trigger_properties *properties)
정수(* load_sound_model )(const struct sound_trigger_hw_device *dev, struct sound_trigger_sound_model *sound_model, sound_model_callback_t 콜백, void *cookie, sound_model_handle_t *handle)
정수(* unload_sound_model )(const struct sound_trigger_hw_device *dev, sound_model_handle_t 핸들)
정수(* start_recognition )(const struct sound_trigger_hw_device *dev, sound_model_handle_t sound_model_handle, const struct sound_trigger_recognition_config *config, recognition_callback_t 콜백, void *cookie)
정수(* stop_recognition )(const struct sound_trigger_hw_device *dev, sound_model_handle_t sound_model_handle)
정수(* stop_all_recognitions )(const struct sound_trigger_hw_device *dev)

상세 설명

sound_trigger.h 파일의 67번째 줄에 정의되어 있습니다.

현장 문서

구조체 hw_device_t 공통

sound_trigger.h 파일의 68번째 줄에 정의되어 있습니다.

int(* get_properties)(const struct sound_trigger_hw_device *dev, struct sound_trigger_properties *properties)

sound_trigger.h 파일의 73번째 줄에 정의되어 있습니다.

int(* load_sound_model)(const struct sound_trigger_hw_device *dev, struct sound_trigger_sound_model *sound_model, sound_model_callback_t 콜백, void *cookie, sound_model_handle_t *handle)

sound_trigger.h 파일의 83번째 줄에 정의되어 있습니다.

int(* start_recognition)(const struct sound_trigger_hw_device *dev, sound_model_handle_t sound_model_handle, const struct sound_trigger_recognition_config *config, recognition_callback_t 콜백, void *cookie)

sound_trigger.h 파일의 100번째 줄에 정의되어 있습니다.

int(* stop_all_recognitions)(const struct sound_trigger_hw_device *dev)

sound_trigger.h 파일의 116번째 줄에 정의되어 있습니다.

int(* stop_recognition)(const struct sound_trigger_hw_device *dev, sound_model_handle_t sound_model_handle)

sound_trigger.h 파일의 109번째 줄에 정의되어 있습니다.

int(* unload_sound_model)(const struct sound_trigger_hw_device *dev, sound_model_handle_t 핸들)

sound_trigger.h 파일의 93번째 줄에 정의되어 있습니다.


이 구조체에 대한 문서는 다음 파일에서 생성되었습니다.