You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- #
- # This file is part of usb_protocol.
- #
- """ Convenience emitters for USB Audio Class 1 descriptors. """
-
- from contextlib import contextmanager
-
- from ...types.descriptors.uac1 import *
-
- AudioControlInterruptEndpointDescriptorEmitter = emitter_for_format(AudioControlInterruptEndpointDescriptor)
|