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

◆ get_last_created_container_buffers()

std::vector< std::shared_ptr< Buffers::ContainerBuffer > > MAYAFLUX_API MayaFlux::get_last_created_container_buffers ( )

Retrieves the last created container buffers from the Creator.

Returns
Vector of shared pointers to the last created ContainerBuffer instances.

This function returns the container buffers that were most recently created by the Creator instance when registering a SoundFileContainer in the AUDIO domain. It allows access to these buffers for further manipulation or inspection.

Definition at line 99 of file Creator.cpp.

100{
101 return s_last_created_container_buffers;
102}

References s_last_created_container_buffers.