MayaFlux 0.3.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 91 of file Creator.cpp.

92{
93 if (auto sound_container = std::dynamic_pointer_cast<Kakshya::SoundFileContainer>(container)) {
94 if (domain == Domain::AUDIO) {
95 (void)get_io_manager()->hook_audio_container_to_buffers(sound_container);
96 }
97 }
98}
std::shared_ptr< IO::IOManager > get_io_manager()
Retrieves the global IOManager instance for file loading and buffer management.
Definition Depot.cpp:50

References AUDIO, and get_io_manager().

Referenced by MayaFlux::CreationHandle< T >::apply_container_context().

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