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

◆ process_default()

virtual void MayaFlux::Buffers::Buffer::process_default ( )
pure virtual

Applies the default transformation to the buffer's data.

Executes the default processing algorithm on the buffer's data. The specific transformation depends on the buffer type, data format, and its configured default processor. This enables backend-specific default processing while maintaining a unified interface.

Implemented in MayaFlux::Buffers::AudioBuffer, MayaFlux::Buffers::NodeBuffer, MayaFlux::Buffers::FeedbackBuffer, MayaFlux::Buffers::RootAudioBuffer, MayaFlux::Buffers::RootGraphicsBuffer, and MayaFlux::Buffers::VKBuffer.