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

◆ is_internal_only()

bool MayaFlux::Buffers::AudioBuffer::is_internal_only ( ) const
inlineoverridevirtual

Checks if the buffer is marked as internal-only.

Returns
True if the buffer is internal-only, false otherwise

Indicates whether the buffer is excluded from root-level aggregation and processing. Internal-only buffers are typically processed entirely within a specific backend or domain.

Implements MayaFlux::Buffers::Buffer.

Definition at line 369 of file AudioBuffer.hpp.