usb_protocol.types.descriptors.test_uac2 module

Unit tests for USB Audio Class Devices (UAC), Release 2

class usb_protocol.types.descriptors.test_uac2.UAC2Cases(methodName='runTest')[source]

Bases: TestCase

test_build_audio_streaming_interface_descriptor()[source]
test_build_class_specific_audio_streaming_interface_descriptor()[source]
test_build_class_specific_audio_streaming_isochronous_audio_data_endpoint_descriptor()[source]
test_build_clock_source_descriptor()[source]
test_build_extended_type_i_format_type_descriptor()[source]
test_build_extended_type_ii_format_type_descriptor()[source]
test_build_extended_type_iii_format_type_descriptor()[source]
test_build_feature_unit_descriptor()[source]
test_build_input_terminal_descriptor()[source]
test_build_interface_association_descriptor()[source]
test_build_output_terminal_descriptor()[source]
test_build_standard_audio_control_interface_descriptor()[source]
test_build_type_i_format_type_descriptor()[source]
test_build_type_ii_format_type_descriptor()[source]
test_build_type_iii_format_type_descriptor()[source]
test_parse_audio_streaming_interface_descriptor()[source]
test_parse_class_specific_audio_streaming_interface_descriptor()[source]
test_parse_class_specific_audio_streaming_isochronous_audio_data_endpoint_descriptor()[source]
test_parse_clock_source_descriptor()[source]
test_parse_extended_type_i_format_type_descriptor()[source]
test_parse_extended_type_ii_format_type_descriptor()[source]
test_parse_extended_type_iii_format_type_descriptor()[source]
test_parse_feature_unit_descriptor()[source]
test_parse_input_terminal_descriptor()[source]
test_parse_interface_association_descriptor()[source]
test_parse_output_terminal_descriptor()[source]
test_parse_standard_audio_control_interface_descriptor()[source]
test_parse_type_i_format_type_descriptor()[source]
test_parse_type_ii_format_type_descriptor()[source]
test_parse_type_iii_format_type_descriptor()[source]