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

◆ get_channel_id()

virtual uint32_t MayaFlux::Buffers::AudioBuffer::get_channel_id ( ) const
inlinevirtual

Gets the audio channel identifier for this buffer.

Returns
Audio channel ID

Returns the audio channel identifier, which typically corresponds to a logical audio stream in multi-channel audio systems (e.g., left/right for stereo, or numbered channels in surround sound configurations).

Definition at line 139 of file AudioBuffer.hpp.

139{ return m_channel_id; }
uint32_t m_channel_id
Audio channel identifier for this buffer.