#include <clientlib.h>
Inherits client::Object.
Inherited by client::AnalyserOptions, client::BiquadFilterOptions, client::ChannelMergerOptions, client::ChannelSplitterOptions, client::ConvolverOptions, client::DelayOptions, client::DynamicsCompressorOptions, client::GainOptions, client::IIRFilterOptions, client::OscillatorOptions, client::PannerOptions, client::StereoPannerOptions, and client::WaveShaperOptions.
◆ get_channelCount()
double client::AudioNodeOptions::get_channelCount |
( |
| ) |
|
◆ get_channelCountMode()
String* client::AudioNodeOptions::get_channelCountMode |
( |
| ) |
|
◆ get_channelInterpretation()
String* client::AudioNodeOptions::get_channelInterpretation |
( |
| ) |
|
◆ set_channelCount()
void client::AudioNodeOptions::set_channelCount |
( |
double |
| ) |
|
◆ set_channelCountMode()
void client::AudioNodeOptions::set_channelCountMode |
( |
const String & |
| ) |
|
◆ set_channelInterpretation()
void client::AudioNodeOptions::set_channelInterpretation |
( |
const String & |
| ) |
|