raylib-cpp
C++ object-oriented wrapper library for raylib.
|
AutomationEventList management functions. More...
Public Member Functions | |
AutomationEventList () | |
Load an empty automation events list. | |
AutomationEventList (AutomationEventList &&other) | |
AutomationEventList (const ::AutomationEventList &automationEventList) | |
AutomationEventList (const AutomationEventList &)=delete | |
AutomationEventList (const char *fileName) | |
Load automation events list from file. More... | |
bool | Export (const char *fileName) |
unsigned int | GetCapacity () const |
Retrieves the capacity value for the object. More... | |
unsigned int | GetCount () const |
Retrieves the count value for the object. More... | |
AutomationEvent * | GetEvents () const |
Retrieves the events value for the object. More... | |
bool | IsValid () |
void | Load (const char *fileName) |
Load audio stream (to stream raw audio pcm data) More... | |
AutomationEventList & | operator= (AutomationEventList &&other) noexcept |
AutomationEventList & | operator= (const ::AutomationEventList &other) |
AutomationEventList & | operator= (const AutomationEventList &)=delete |
void | Play (int index) |
void | Set () |
void | SetBaseFrame (int frame) |
void | StartRecording () |
void | StopRecording () |
void | Unload () |
Update audio stream buffers with data. | |
Protected Member Functions | |
void | set (const ::AutomationEventList &other) |
AutomationEventList management functions.
Definition at line 12 of file AutomationEventList.hpp.
|
inline |
Load automation events list from file.
fileName | The file path to load the automation events list from. |
Definition at line 26 of file AutomationEventList.hpp.
References Load().
|
inline |
Retrieves the capacity value for the object.
Definition at line 40 of file AutomationEventList.hpp.
|
inline |
Retrieves the count value for the object.
Definition at line 41 of file AutomationEventList.hpp.
|
inline |
Retrieves the events value for the object.
Definition at line 42 of file AutomationEventList.hpp.
|
inline |
Load audio stream (to stream raw audio pcm data)
raylib::RaylibException | Throws if the AutomationEventList failed to load. |
Definition at line 71 of file AutomationEventList.hpp.
References Unload().
Referenced by AutomationEventList().