Struct GX_HAL_AOUT_PCM¶
Defined in file__output_copyinclude_src_include_aout_gx_hal_aout_v110.h
Struct Documentation¶
-
struct GX_HAL_AOUT_PCM¶
AOUT PCM参数配置
Public Members
-
GX_HAL_AOUT_MCLK mclk¶
模块时钟与采样率倍数
-
GX_HAL_AOUT_SAMPLE_RATE sample_rate¶
采样率
-
GX_HAL_AOUT_CHANNELS channels¶
通道数
-
GX_HAL_AOUT_STORAGE storage¶
存放格式
-
GX_HAL_AOUT_ENDIAN endian¶
大小端
-
uint32_t left_buffer¶
左声道数据物理起始地址,交织情况下数据全都放在该buffer,8字节对齐
-
uint32_t right_buffer¶
右声道起始物理起始地址,8字节对齐
-
uint32_t size¶
通路buffer大小,同时对左右声道buffer起作用,64字节对齐
-
GX_HAL_AOUT_PCM_BIT bits¶
位深
-
GX_HAL_AOUT_SILENT_END silent_end¶
断流时工作状态
-
GX_HAL_AOUT_MCLK mclk¶