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行的定义。


该结构的文档是从以下文件生成的: