hi_hdmi_audio_infoframe
说明
定义HDMI AUDIO信息帧单元。
定义
typedef struct { hi_hdmi_audio_chn_cnt chn_cnt; hi_hdmi_coding_type coding_type; hi_hdmi_audio_sample_size sample_size; hi_hdmi_audio_sample_freq sampling_freq; hi_u8 chn_alloc; hi_hdmi_level_shift_val level_shift; hi_hdmi_lfe_playback_level lfe_playback_level; hi_bool down_mix_inhibit; } hi_hdmi_audio_infoframe;
成员
成员名称 |
描述 |
---|---|
chn_cnt |
音频通道个数:当前版本仅支持设置为HI_HDMI_AUDIO_CHN_CNT_2。 |
coding_type |
音频格式:当前版本仅支持设置为HI_HDMI_AUDIO_CODING_PCM。 |
sample_size |
音频采样深度(位宽):当前版本仅支持设置为HI_HDMI_AUDIO_SAMPLE_SIZE_16。 |
sampling_freq |
enSamplingFrequency:当前版本仅支持设置为HI_HDMI_AUDIO_SAMPLE_FREQ_48000。 |
chn_alloc |
Channel/Speaker分配:当前版本仅支持设置为0。 |
level_shift |
Level Shift Value,左移值:当前版本仅支持设置为HI_HDMI_LEVEL_SHIFT_VAL_0_DB。 |
lfe_playback_level |
LFE playback level information ,LFE 播放等级信息。当前版本仅支持设置为HI_HDMI_LFE_PLAYBACK_NO。 |
down_mix_inhibit |
Down-mix Inhibit 标志位:当前版本仅支持设置为HI_FALSE。 |
父主题: HDMI外设