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 99 of file Creator.cpp.

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

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: