You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uint8_tbTerminalID ; ///< Constant uniquely identifying the Terminal within the audio function. This value is used in all requests to address this terminal.
724
725
uint16_twTerminalType ; ///< Constant characterizing the type of Terminal. See: audio_terminal_type_t for USB streaming and audio_terminal_input_type_t for other input types.
725
726
uint8_tbAssocTerminal ; ///< ID of the Output Terminal to which this Input Terminal is associated.
726
727
uint8_tbCSourceID ; ///< ID of the Clock Entity to which this Input Terminal is connected.
727
728
uint8_tbNrChannels ; ///< Number of logical output channels in the Terminal’s output audio channel cluster.
728
729
uint32_tbmChannelConfig ; ///< Describes the spatial location of the logical channels. See:audio_channel_config_t.
730
+
uint8_tiChannelNames ; ///< Index of a string descriptor, describing the name of the first logical channel.
0 commit comments