audio_effect_library_s 結構體參考資料

audio_effect_library_s 結構體參考資料

#include < audio_effect.h >

資料欄位

uint32_t 標記
 
uint32_t version
 
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 標記

定義位於檔案 audio_effect.h 922 行。

uint32_t 版本

定義位於檔案 audio_effect.h 924 行。


這個結構體的說明文件是由下列檔案產生: