UniTAP.dev.modules.dut_tests.dut_default_params.dp_source_audio_tab
Describes available values for audio test pattern.
Inherited Members
- enum.Enum
- name
- value
- builtins.int
- conjugate
- bit_length
- bit_count
- to_bytes
- from_bytes
- as_integer_ratio
- real
- imag
- numerator
- denominator
Class AudioDp14ChannelsConfig allows working with audio channel configurations.
- Get Channel count
channels_count. - Select type of audio channel
select_channels.
List of audio channel types:
- FL+FR
- RL+RR
- FLH+FRH
- TC
- LFE
- RLC+RRC
- FLW+FRW
- FHC
- FC
- RC
- FLC+FRC
Get object of config minimum channels and minimum sample rate.
Returns:
object of
AudioDp14ChannelsConfigtype
Get object of config maximum channels and minimum sample rate.
Returns:
object of
AudioDp14ChannelsConfigtype
Get object of config minimum channels and maximum sample rate.
Returns:
object of
AudioDp14ChannelsConfigtype
Get object of config maximum channels and maximum sample rate.
Returns:
object of
AudioDp14ChannelsConfigtype
Class AudioSourceDp14SettingTab allows working with audio parameters for DP 1.4 DP LLCTS tests.
- Set and get minimum sample rate
min_sample_rate. - Set and get maximum sample rate
max_sample_rate. - Set and get minimum channels and minimum sample rate
min_ch_config_min_ratetypeAudioDp14ChannelsConfig. - Set and get maximum channels and minimum sample rate
max_ch_config_min_ratetypeAudioDp14ChannelsConfig. - Set and get minimum channels and maximum sample rate
min_ch_config_max_ratetypeAudioDp14ChannelsConfig. - Set and get maximum channels and maximum sample rate
max_ch_config_max_ratetypeAudioDp14ChannelsConfig. - Set and get audio pattern
audio_patterntypeAudioTestPattern. - Set and get sample `sample_size``.
Class AudioSourceDp21SettingTab inherited of classAudioSourceDp14SettingTab allows working with
audio parameters for DP 1.4 DP LLCTS tests.
Class AudioSourceDp21SettingTab has all the AudioSourceDp14SettingTab functionality.