#include <OpenALOutputModule.h>
Inheritance diagram for syn::OpenALOutputModule:
Public Methods | |
OpenALOutputModule () | |
virtual | ~OpenALOutputModule () |
virtual void | update () |
virtual bool | open () |
open the stream and set the audio format of this module read from the stream(s) by getting the right output terminal. More... | |
virtual bool | isOpen () |
void | close () |
void | setOutputBufferSize (unsigned int size) |
virtual Module* | clone () const |
get an exact copy of me. More... | |
parameter access | |
virtual void | getParam (const std::string &key, MultivariateType &value) |
a way to get module params without knowing the real funcs. More... | |
virtual void | setParam (const std::string &key, const MultivariateType &value) |
a way to set module params without knowing the real funcs. More... |
Definition at line 49 of file OpenALOutputModule.h.
|
Definition at line 42 of file OpenALOutputModule.cpp. |
|
Definition at line 53 of file OpenALOutputModule.h. |
|
Reimplemented from syn::Module. Definition at line 98 of file OpenALOutputModule.cpp. |
|
open the stream and set the audio format of this module read from the stream(s) by getting the right output terminal.
Reimplemented from syn::Module. Definition at line 61 of file OpenALOutputModule.cpp. |
|
Definition at line 57 of file OpenALOutputModule.h. Referenced by update().
|
|
Reimplemented from syn::Module. Definition at line 73 of file OpenALOutputModule.cpp. |
|
Definition at line 63 of file OpenALOutputModule.h. Referenced by setParam().
|
|
get an exact copy of me.
Reimplemented from syn::Module. Definition at line 71 of file OpenALOutputModule.h. |
|
a way to get module params without knowing the real funcs.
Reimplemented from syn::Module. Definition at line 81 of file OpenALOutputModule.h. |
|
a way to set module params without knowing the real funcs.
Reimplemented from syn::Module. Definition at line 88 of file OpenALOutputModule.h. |