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

◆ set_channel_id()

void MayaFlux::Buffers::AudioBuffer::set_channel_id ( uint32_t  id)
inline

Sets the audio channel identifier for this buffer.

Parameters
idNew audio channel ID

Updates the channel identifier for this audio buffer, allowing it to be reassigned to different audio channels in multi-channel configurations.

Definition at line 148 of file AudioBuffer.hpp.

148{ m_channel_id = id; }
uint32_t m_channel_id
Audio channel identifier for this buffer.