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

◆ channel_data()

DataAccess MayaFlux::Kakshya::WindowContainer::channel_data ( size_t  channel_index)
overridevirtual

Get channel data with semantic interpretation.

Parameters
channelChannel index
Returns
Type-erased data accessor

Implements MayaFlux::Kakshya::SignalSourceContainer.

Definition at line 367 of file WindowContainer.cpp.

368{
370 "WindowContainer::channel_data — not meaningful for interleaved image data; returning full surface");
372}
#define MF_WARN(comp, ctx,...)
std::vector< DataVariant > m_processed_data
@ ContainerProcessing
Container operations (Kakshya - file/stream/region processing)
@ Kakshya
Containers[Signalsource, Stream, File], Regions, DataProcessors.
@ IMAGE_COLOR
2D RGB/RGBA image

References MayaFlux::Journal::ContainerProcessing, MayaFlux::Kakshya::ContainerDataStructure::dimensions, MayaFlux::Kakshya::IMAGE_COLOR, MayaFlux::Journal::Kakshya, m_processed_data, m_structure, and MF_WARN.