|
Unravel Engine C++ Reference
|
Manages the audio operations and integrates with the audio backend. More...
#include <audio_system.h>
Public Member Functions | |
| auto | init (rtti::context &ctx) -> bool |
| Initializes the audio system with the given context. | |
| auto | deinit (rtti::context &ctx) -> bool |
| Deinitializes the audio system with the given context. | |
Manages the audio operations and integrates with the audio backend.
Definition at line 15 of file audio_system.h.
| auto unravel::audio_system::deinit | ( | rtti::context & | ctx | ) | -> bool |
Deinitializes the audio system with the given context.
| ctx | The context to deinitialize. |
Definition at line 86 of file audio_system.cpp.
| auto unravel::audio_system::init | ( | rtti::context & | ctx | ) | -> bool |
Initializes the audio system with the given context.
| ctx | The context to initialize with. |
Definition at line 51 of file audio_system.cpp.