Tài liệu tham khảo về cấu trúc effect_interface_s

Tài liệu tham khảo về cấu trúc effect_interface_s

#include < audio_effect.h >

Trường dữ liệu

int32_t(*  process )( effect_handle_t self, audio_buffer_t *inBuffer, audio_buffer_t *outBuffer)
 
int32_t(*  lệnh )( 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)
 

Nội dung mô tả chi tiết

Định nghĩa tại dòng 286 của tệp audio_effect.h .

Tài liệu về trường

int32_t(* command)( effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, void *pCmdData, uint32_t *replySize, void *pReplyData)

Định nghĩa tại dòng 356 của tệp audio_effect.h .

int32_t(* get_descriptor)( effect_handle_t self, effect_descriptor_t *pDescriptor)

Định nghĩa tại dòng 381 của tệp audio_effect.h .

int32_t(* process)( effect_handle_t self, audio_buffer_t *inBuffer, audio_buffer_t *outBuffer)

Định nghĩa tại dòng 322 của tệp audio_effect.h .

int32_t(* process_reverse)( effect_handle_t self, audio_buffer_t *inBuffer, audio_buffer_t *outBuffer)

Định nghĩa tại dòng 411 của tệp audio_effect.h .


Tài liệu cho cấu trúc này được tạo từ tệp sau: