#include <sequenceserviceaudio.h>
Public Member Functions | |
| SequenceServiceAudio (ServiceConfiguration *configuration) | |
Public Member Functions inherited from Service | |
| UNPREFIXED_MODULE_NAME_INPUTCASE | Service (ServiceConfiguration *configuration) |
| virtual void | shutdown () override |
| Service (ServiceConfiguration *configuration) | |
| virtual | ~Service () |
| Core & | getCore () |
| const Core & | getCore () const |
| std::string | getTypeName () const |
| const Module & | getModule () const |
| Service (Service &)=delete | |
| Service & | operator= (const Service &)=delete |
| Service (Service &&)=delete | |
| Service & | operator= (Service &&)=delete |
Protected Member Functions | |
| void | registerObjectCreators (rtti::Factory &factory) override |
| bool | init (nap::utility::ErrorState &errorState) override |
| void | update (double deltaTime) override |
| virtual void | getDependentServices (std::vector< rtti::TypeInfo > &dependencies) override |
Protected Member Functions inherited from Service | |
| virtual void | created () |
| virtual void | preUpdate (double deltaTime) |
| virtual void | postUpdate (double deltaTime) |
| virtual void | preShutdown () |
| virtual void | shutdown () |
| virtual void | preResourcesLoaded () |
| virtual void | postResourcesLoaded () |
| template<typename SERVICE_CONFIG > | |
| SERVICE_CONFIG * | getConfiguration () |
| template<typename SERVICE_CONFIG > | |
| const SERVICE_CONFIG * | getConfiguration () const |
| std::string | getIniFilePath () const |
| std::string | getIniFilePath (const std::string &appendix) const |
Registers all required factory functions for sequenced audio in the sequence service.
| SequenceServiceAudio | ( | ServiceConfiguration * | configuration | ) |
Constructor
|
overrideprotectedvirtual |
SequenceServiceAudio depends on the nap::audio::AudioService
| dependencies | the type of services this service depends on |
Reimplemented from Service.
|
overrideprotectedvirtual |
initializes service
| errorState | contains any errors |
Reimplemented from Service.
|
overrideprotectedvirtual |
registers all objects that need a specific way of construction
| factory | the factory to register the object creators with |
Reimplemented from Service.
|
overrideprotectedvirtual |