libAlgAudio
v1.99-440-g08538e5-dirty
The development library for AlgAudio framework.
|
#include <Module.hpp>
Public Member Functions | |
int | GetID () const |
~Group () | |
Static Public Member Functions | |
static LateReturn < std::shared_ptr< Group > > | CreateFake (std::shared_ptr< Group > parent) |
static LateReturn < std::shared_ptr< Group > > | CreateNew (std::shared_ptr< Group > parent) |
This is a wrapper class for SC groups
AlgAudio::Group::~Group | ( | ) |
|
static |
Creates a group that has no corresponding SC instance.
|
static |
Asks SC for a new group id, and returns a new Group instance wrapping that group.
|
inline |