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

◆ process_default()

void MayaFlux::Kakshya::VideoStreamContainer::process_default ( )
overridevirtual

Process the container's data using the default processor.

Executes the default processing chain, transforming raw data into a processable form. This is a convenience wrapper for standard workflows.

Implements MayaFlux::Kakshya::SignalSourceContainer.

Definition at line 551 of file VideoStreamContainer.cpp.

552{
555 m_default_processor->process(shared_from_this());
557 }
558}
std::shared_ptr< DataProcessor > m_default_processor
bool is_ready_for_processing() const override
Check if the container is ready for processing.
void update_processing_state(ProcessingState new_state) override
Update the processing state of the container.
@ PROCESSING
Container is actively being processed.
@ PROCESSED
Container has completed processing and results are available.

References is_ready_for_processing(), m_default_processor, MayaFlux::Kakshya::PROCESSED, MayaFlux::Kakshya::PROCESSING, and update_processing_state().

Referenced by MayaFlux::Kakshya::CameraContainer::process_default().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: