audio_buffer_s 結構參考資料
   audio_buffer_s 結構參考資料
 
  
   #include <
   
    audio_effect.h
   
   >
  
 
| 資料欄位 | |
| size_t | frameCount | 
| union { | |
| void * raw | |
| int32_t * s32 | |
| int16_t * s16 | |
| uint8_t * u8 | |
| }; | |
詳細說明
定義位於檔案 audio_effect.h 的 779 行。
欄位說明文件
| union { ... } | 
| size_t frameCount | 
定義位於檔案 audio_effect.h 的 780 行。
| void* raw | 
定義位於檔案 audio_effect.h 的 782 行。
| int16_t* s16 | 
定義位於檔案 audio_effect.h 的 784 行。
| int32_t* s32 | 
定義位於檔案 audio_effect.h 的 783 行。
| uint8_t* u8 | 
定義位於檔案 audio_effect.h 的 785 行。
這個結構體的說明文件是由下列檔案產生:
- hardware/libhardware/include/hardware/ audio_effect.h
