Conventions
The MI configuration structure VmiConfigMic is inherited from the VmiConfig structure. The structure of VmiConfigMic is as follows:
1 2 3 | struct VmiConfigMic : public VmiConfig { AudioType audioType = OPUS; } __attribute__((packed)); |
Parent topic: Microphone Input Development