#include <Node.h>
Inherited by cinder::audio::MonitorNode::Format.
cinder::audio::Node::Format::Format |
( |
| ) |
|
Format& cinder::audio::Node::Format::channels |
( |
size_t |
ch | ) |
|
Sets the number of channels for the Node.
Controls how channels will be matched between connected Node's, if necessary.
- See also
- ChannelMode.
Format& cinder::audio::Node::Format::autoEnable |
( |
bool |
autoEnable = true | ) |
|
Whether or not the Node will be auto-enabled when connection changes occur. Default is true for base Node class, although sub-classes may choose a different default.
size_t cinder::audio::Node::Format::getChannels |
( |
| ) |
const |
ChannelMode cinder::audio::Node::Format::getChannelMode |
( |
| ) |
const |
boost::tribool cinder::audio::Node::Format::getAutoEnable |
( |
| ) |
const |
void cinder::audio::Node::Format::setChannels |
( |
size_t |
ch | ) |
|
void cinder::audio::Node::Format::setChannelMode |
( |
ChannelMode |
mode | ) |
|
void cinder::audio::Node::Format::setAutoEnable |
( |
bool |
autoEnable | ) |
|
The documentation for this struct was generated from the following file: