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

◆ get_default_processor()

virtual std::shared_ptr< BufferProcessor > MayaFlux::Buffers::Buffer::get_default_processor ( ) const
pure virtual

Gets the current default transformation processor.

Returns
Shared pointer to the default processor, or nullptr if none set

Returns the processor that will be used for default transformations. The specific processor type depends on the concrete buffer implementation.

Implemented in MayaFlux::Buffers::AudioBuffer, and MayaFlux::Buffers::VKBuffer.