clap_audio_ports_config_t

Undocumented in source.

Members

Variables

has_main_input
bool has_main_input;
Undocumented in source.
has_main_output
bool has_main_output;
Undocumented in source.
id
clap_id id;
Undocumented in source.
input_port_count
uint input_port_count;
Undocumented in source.
main_input_channel_count
uint main_input_channel_count;
Undocumented in source.
main_input_port_type
const(char)* main_input_port_type;
Undocumented in source.
main_output_channel_count
uint main_output_channel_count;
Undocumented in source.
main_output_port_type
const(char)* main_output_port_type;
Undocumented in source.
name
char[CLAP_NAME_SIZE] name;
Undocumented in source.
output_port_count
uint output_port_count;
Undocumented in source.

Meta