audio_effect_library_s 结构参考文档
   audio_effect_library_s 结构参考文档
  
 
  
   #include <
   
    audio_effect.h
   
   >
  
 
| 数据字段 | |
| uint32_t | 标记 | 
| uint32_t | 版本 | 
| const char * | name | 
| const char * | 实现者 | 
| int32_t(* | create_effect )(const effect_uuid_t *uuid, int32_t sessionId, int32_t ioId, effect_handle_t *pHandle) | 
| int32_t(* | release_effect )( effect_handle_t handle) | 
| int32_t(* | get_descriptor )(const effect_uuid_t *uuid, effect_descriptor_t *pDescriptor) | 
详细说明
字段文档
| int32_t(* create_effect)(const effect_uuid_t *uuid, int32_t sessionId, int32_t ioId, effect_handle_t *pHandle) | 
| int32_t(* get_descriptor)(const effect_uuid_t *uuid, effect_descriptor_t *pDescriptor) | 
定义位于文件 audio_effect.h 的 1002 行。
| int32_t(* release_effect)( effect_handle_t handle) | 
此结构体的文档是根据以下文件生成的:
- hardware/libhardware/include/hardware/ audio_effect.h
