clap_audio_port_configuration_request_t

Undocumented in source.
version(CLAP)
nothrow @nogc
struct clap_audio_port_configuration_request_t {}

Members

Variables

channel_count
uint channel_count;
Undocumented in source.
is_input
bool is_input;
Undocumented in source.
port_details
const(void)* port_details;
Undocumented in source.
port_index
uint port_index;
Undocumented in source.
port_type
const(char)* port_type;
Undocumented in source.

Meta