Go to the source code of this file.
Classes | |
class | cinder::audio::ChannelRouterNode |
Node for mapping input channels to output channels. More... | |
struct | cinder::audio::ChannelRouterNode::RouteConnector |
Used in conjunction with operator>> and the route() methods to make connections that conduct channel routing. This class is usually not directly constructed by the user. More... | |
struct | cinder::audio::ChannelRouterNode::Route |
Namespaces | |
cinder | |
cinder::audio | |
Typedefs | |
typedef std::shared_ptr< class ChannelRouterNode > | cinder::audio::ChannelRouterNodeRef |
Functions | |
const ChannelRouterNodeRef & | cinder::audio::operator>> (const NodeRef &input, const ChannelRouterNode::RouteConnector &route) |
Enable routing connection syntax: More... | |