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

◆ is_region_loaded()

bool MayaFlux::Kakshya::SoundStreamContainer::is_region_loaded ( const Region region) const
overridevirtual

Check if a region is loaded in memory.

Parameters
regionRegion to check
Returns
true if region is loaded, false otherwise

Implements MayaFlux::Kakshya::NDDataContainer.

Definition at line 377 of file SoundStreamContainer.cpp.

378{
379 return true;
380}