#include <MonitorNode.h>
Inherits cinder::audio::Node::Format.
Inherited by cinder::audio::MonitorSpectralNode::Format.
cinder::audio::MonitorNode::Format::Format |
( |
| ) |
|
Format& cinder::audio::MonitorNode::Format::windowSize |
( |
size_t |
size | ) |
|
Sets the window size, the number of samples that are recorded for one 'window' into the audio signal. Default is the Context's frames-per-block.
- Note
- will be rounded up to the nearest power of two.
size_t cinder::audio::MonitorNode::Format::getWindowSize |
( |
| ) |
const |
Format& cinder::audio::MonitorNode::Format::channels |
( |
size_t |
ch | ) |
|
Format& cinder::audio::MonitorNode::Format::autoEnable |
( |
bool |
autoEnable = true | ) |
|
size_t cinder::audio::Node::Format::getChannels |
( |
| ) |
const |
|
inherited |
ChannelMode cinder::audio::Node::Format::getChannelMode |
( |
| ) |
const |
|
inherited |
boost::tribool cinder::audio::Node::Format::getAutoEnable |
( |
| ) |
const |
|
inherited |
void cinder::audio::Node::Format::setChannels |
( |
size_t |
ch | ) |
|
|
inherited |
void cinder::audio::Node::Format::setChannelMode |
( |
ChannelMode |
mode | ) |
|
|
inherited |
void cinder::audio::Node::Format::setAutoEnable |
( |
bool |
autoEnable | ) |
|
|
inherited |
size_t cinder::audio::MonitorNode::Format::mWindowSize |
|
protected |
The documentation for this struct was generated from the following file: