Cinder  0.8.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Namespaces | Typedefs | Functions
ChannelRouterNode.h File Reference
#include "cinder/audio/Node.h"
#include <list>
Include dependency graph for ChannelRouterNode.h:
This graph shows which files directly or indirectly include this file:

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...