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

◆ get_routing_state() [1/2]

BufferRoutingState & MayaFlux::Buffers::AudioBuffer::get_routing_state ( )
inline

Retrieves the current routing state of the buffer (non-const)

Returns
Reference to the current BufferRoutingState structure

Definition at line 414 of file AudioBuffer.hpp.

414{ return m_routing_state; }
BufferRoutingState m_routing_state
Internal state tracking for routing transitions.