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

◆ get_region_group_data()

std::vector< DataVariant > MayaFlux::Kakshya::VideoStreamContainer::get_region_group_data ( const RegionGroup regions) const
overridevirtual

Get data for multiple regions efficiently.

Parameters
regionsVector of regions to extract data from
Returns
Vector of DataVariant vectors, one per region

Implements MayaFlux::Kakshya::NDDataContainer.

Definition at line 316 of file VideoStreamContainer.cpp.

317{
318 std::shared_lock lock(m_data_mutex);
319 return m_data;
320}
void lock() override
Acquire a lock for thread-safe access.

References lock(), m_data, and m_data_mutex.

+ Here is the call graph for this function: