Skip to content

Commit

Permalink
Doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
abique committed Oct 18, 2023
1 parent 989f1e6 commit 98df453
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/clap/ext/draft/configurable-audio-ports.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ typedef struct clap_audio_port_configuration_request {
} clap_audio_port_configuration_request_t;

typedef struct clap_plugin_configurable_audio_ports {
// Submit a bunch of configuration requests which will atomically be applied together,
// or discarded together.
//
// If is_dry_run is true, then checks if the configuration can be applied.
// If is_dry_run is false, then applies the configuration.
// Returns true if applied.
Expand Down

0 comments on commit 98df453

Please sign in to comment.