audio_effect_library_s 構造体リファレンス
   audio_effect_library_s 構造体リファレンス
 
  
   #include <
   
    audio_effect.h
   
   >
  
 
| データ フィールド | |
| uint32_t | タグ | 
| uint32_t | バージョン | 
| const char * | name | 
| const char * | implementor | 
| 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 tag | 
ファイル audio_effect.h の 922 行の定義。
| uint32_t version | 
ファイル audio_effect.h の 924 行 の定義。
この構造体のドキュメントは、次のファイルから生成されました。
- hardware/libhardware/include/hardware/ audio_effect.h
