effect_interface_s 結構體參考資料
effect_interface_s 結構體參考資料
#include <
audio_effect.h
>
資料欄位 |
|
int32_t(* | process )( effect_handle_t self, audio_buffer_t *inBuffer, audio_buffer_t *outBuffer) |
int32_t(* | command )( effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, void *pCmdData, uint32_t *replySize, void *pReplyData) |
int32_t(* | get_descriptor )( effect_handle_t self, effect_descriptor_t *pDescriptor) |
int32_t(* | process_reverse )( effect_handle_t self, audio_buffer_t *inBuffer, audio_buffer_t *outBuffer) |
詳細說明
定義位於檔案 audio_effect.h 的 286 行。
欄位說明文件
int32_t(* command)( effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, void *pCmdData, uint32_t *replySize, void *pReplyData) |
定義位於檔案 audio_effect.h 的 356 行。
int32_t(* get_descriptor)( effect_handle_t self, effect_descriptor_t *pDescriptor) |
定義位於檔案 audio_effect.h 的 381 行。
int32_t(* process)( effect_handle_t self, audio_buffer_t *inBuffer, audio_buffer_t *outBuffer) |
定義位於檔案 audio_effect.h 的 322 行。
int32_t(* process_reverse)( effect_handle_t self, audio_buffer_t *inBuffer, audio_buffer_t *outBuffer) |
定義位於檔案 audio_effect.h 的 411 行。
這個結構體的說明文件是由下列檔案產生:
- hardware/libhardware/include/hardware/ audio_effect.h