audio_effect_library_s结构参考
audio_effect_library_s结构参考
#include < audio_effect.h >
资料栏位 | |
uint32_t | 标签 |
uint32_t | 版本 |
const char * | 名称 |
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句柄) |
int32_t(* | get_descriptor )(const effect_uuid_t * uuid, effect_descriptor_t * pDescriptor) |
详细说明
在文件audio_effect.h的第920行的定义。
现场文件
int32_t(* create_effect)(const effect_uuid_t * uuid,int32_t sessionId,int32_t ioId, effect_handle_t * pHandle) |
在文件audio_effect.h的第960行的定义。
int32_t(* get_descriptor)(const effect_uuid_t * uuid, effect_descriptor_t * pDescriptor) |
在文件audio_effect.h的第1002行的定义。
const char *实现者 |
文件audio_effect.h的第928行的定义。
const char *名称 |
文件audio_effect.h的第926行的定义。
int32_t(* release_effect)( effect_handle_t句柄) |
在文件audio_effect.h的第982行的定义。
uint32_t标签 |
文件audio_effect.h的第922行的定义。
uint32_t版本 |
文件audio_effect.h的第924行的定义。
该结构的文档是从以下文件生成的:
- 硬件/ libhardware / include / hardware / audio_effect.h