MayaFlux 0.2.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 379 of file SoundStreamContainer.cpp.

380{
381 return true;
382}