effect_interface_s Yapı Referansı

effect_interface_s Yapı Referansı

#include < audio_effect.h >

Veri Alanları

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)
 

Ayrıntılı Açıklama

Tanımı, audio_effect.h dosyasının 286 satırı

Alan Belgeleri

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

Tanımı, audio_effect.h dosyasının 356 satırı

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

Tanımı, audio_effect.h dosyasının 381 satırı

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

Tanımı, audio_effect.h dosyasının 322 satırı

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

Tanımı, audio_effect.h dosyasının 411 satırındadır.


Bu yapının dokümanları aşağıdaki dosyadan oluşturulmuştur: