#include <audio/component/audiocomponentbase.h>
Public Member Functions | |
AudioComponentBaseInstance (EntityInstance &entity, Component &resource) | |
![]() | |
ComponentInstance (EntityInstance &entity, Component &resource) | |
virtual void | update (double deltaTime) |
nap::EntityInstance * | getEntityInstance () const |
nap::Component * | getComponent () const |
template<typename T > | |
T * | getComponent () const |
virtual bool | init (utility::ErrorState &errorState) |
virtual bool | init (utility::ErrorState &errorState) |
![]() | |
Object () | |
virtual | ~Object () |
virtual void | onDestroy () |
Object (Object &)=delete | |
Object & | operator= (const Object &)=delete |
Object (Object &&)=delete | |
Object & | operator= (Object &&)=delete |
![]() | |
virtual | ~IMultiChannelOutput ()=default |
virtual int | getChannelCount () const =0 |
virtual OutputPin * | getOutputForChannel (int channel)=0 |
OutputPin * | tryGetOutputForChannel (unsigned int) |
Protected Member Functions | |
NodeManager & | getNodeManager () |
AudioService & | getAudioService () |
Additional Inherited Members | |
![]() | |
static bool | isIDProperty (rtti::Instance &object, const rtti::Property &property) |
![]() | |
std::string | mID |
Property: 'mID' unique name of the object. Used as an identifier by the system. More... | |
Instance of a component that generates audio output for one or more channels.
AudioComponentBaseInstance | ( | EntityInstance & | entity, |
Component & | resource | ||
) |
|
protected |
Returns the audio service
|
protected |