Audio_effect_library_s Struct Reference
Audio_effect_library_s Struct Reference
#include < audio_effect.h >
Campos de Dados | |
uint32_t | marcação |
uint32_t | versão |
const char * | nome |
const char * | implementador |
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) |
Descrição detalhada
Definição na linha 920 do arquivo audio_effect.h .
Documentação de Campo
int32_t (* create_effect) (const effect_uuid_t * uuid, int32_t sessionId, int32_t ioId, effect_handle_t * pHandle) |
Definição na linha 960 do arquivo audio_effect.h .
int32_t (* get_descriptor) (const effect_uuid_t * uuid, effect_descriptor_t * pDescriptor) |
Definição na linha 1002 do arquivo audio_effect.h .
const char * implementor |
Definição na linha 928 do arquivo audio_effect.h .
const char * name |
Definição na linha 926 do arquivo audio_effect.h .
int32_t (* release_effect) ( effect_handle_t handle) |
Definição na linha 982 do arquivo audio_effect.h .
tag uint32_t |
Definição na linha 922 do arquivo audio_effect.h .
versão uint32_t |
Definição na linha 924 do arquivo audio_effect.h .
A documentação para esta estrutura foi gerada a partir do seguinte arquivo:
- hardware / libhardware / include / hardware / audio_effect.h