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 行


此结构体的文档是根据以下文件生成的: