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)
 

详细说明

定义位于文件 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* implementor

定义位于文件 audio_effect.h 的 第 928 行。

const char* name

定义位于文件 audio_effect.h 的 第 926 行。

int32_t(* release_effect)( effect_handle_t handle)

定义位于文件 audio_effect.h 的 982 行。

uint32_t tag

定义位于文件 audio_effect.h 的 第 922 行。

uint32_t 版本

定义位于文件 audio_effect.h 的 第 924 行。


此结构体的文档是根据以下文件生成的: