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

Go to the source code of this file.

Classes

class  cinder::audio::OutputNode
 Base class for Node's that consume an audio signal, for example speakers. It cannot have any outputs. More...
 
class  cinder::audio::OutputDeviceNode
 Interface representing a Node that communicates with a hardware output device. This is typically speakers or a 'line-out' on an audio interface. More...
 

Namespaces

 cinder
 
 cinder::audio
 

Typedefs

typedef std::shared_ptr< class
OutputNode > 
cinder::audio::OutputNodeRef
 
typedef std::shared_ptr< class
OutputDeviceNode > 
cinder::audio::OutputDeviceNodeRef