MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ register_container()

MAYAFLUX_API void MayaFlux::register_container ( const std::shared_ptr< Kakshya::SoundFileContainer > &  container,
const Domain domain 
)

Definition at line 97 of file Creator.cpp.

98{
99 if (auto sound_container = std::dynamic_pointer_cast<Kakshya::SoundFileContainer>(container)) {
100 if (domain == Domain::AUDIO) {
101 (void)get_io_manager()->hook_audio_container_to_buffers(sound_container);
102 }
103 }
104}
std::shared_ptr< IO::IOManager > get_io_manager()
Retrieves the global IOManager instance for file loading and buffer management.
Definition Depot.cpp:79

References AUDIO, and get_io_manager().

Referenced by operator|().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: