#include <dx_usb_audio.h>
|
| uint8_t | bDescriptorSubtype |
| |
| uint8_t | bEncoder |
| | Constant identifying the encoder. See Appendix A.15, “Encoder Type Codes.”
|
| |
| uint8_t | bEncoderID |
| | Constant uniquely identifying the encoder within the interface. This value is used in all requests to address this encoder.
|
| |
| uint32_t | bmControls |
| | D1..0: Bit Rate Control; D3..2: Quality Control; D5..4: VBR Control; D7..6: Type Control; D9..8: Underflow Control; D11..10: Overflow Control; D13..12: Encoder Error Control; D15..14: Param1 Control; D17..16: Param2 Control; D19..18: Param3 Control; D21..20: Param4 Control; D23..22: Param5 Control; D25..24: Param6 Control; D27..26: Param7 Control; D29..28: Param8 Control; D31..30: Reserved. Must be set to 0.
|
| |
| uint8_t | iEncoder |
| | Index of a string descriptor, describing the encoder.
|
| |
| uint8_t | iParam [8] |
| | Index of a string descriptor, describing the purpose of Param[n].
|
| |
◆ bDescriptorSubtype
| uint8_t dx::usb::audio::descriptor::head::bDescriptorSubtype |
|
inherited |
◆ bEncoder
| uint8_t dx::usb::audio::descriptor::interface::streaming::encode::bEncoder |
Constant identifying the encoder. See Appendix A.15, “Encoder Type Codes.”
◆ bEncoderID
| uint8_t dx::usb::audio::descriptor::interface::streaming::encode::bEncoderID |
Constant uniquely identifying the encoder within the interface. This value is used in all requests to address this encoder.
◆ bmControls
| uint32_t dx::usb::audio::descriptor::interface::streaming::encode::bmControls |
D1..0: Bit Rate Control; D3..2: Quality Control; D5..4: VBR Control; D7..6: Type Control; D9..8: Underflow Control; D11..10: Overflow Control; D13..12: Encoder Error Control; D15..14: Param1 Control; D17..16: Param2 Control; D19..18: Param3 Control; D21..20: Param4 Control; D23..22: Param5 Control; D25..24: Param6 Control; D27..26: Param7 Control; D29..28: Param8 Control; D31..30: Reserved. Must be set to 0.
◆ iEncoder
| uint8_t dx::usb::audio::descriptor::interface::streaming::encode::iEncoder |
Index of a string descriptor, describing the encoder.
◆ iParam
| uint8_t dx::usb::audio::descriptor::interface::streaming::encode::iParam[8] |
Index of a string descriptor, describing the purpose of Param[n].
The documentation for this struct was generated from the following file: