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

◆ read_channel_data()

std::span< const double > MayaFlux::Core::BufferProcessingHandle::read_channel_data ( uint32_t  channel) const

Get read-only access to channel data.

Definition at line 64 of file ProcessingArchitecture.cpp.

65{
67 return m_manager->get_buffer_data(m_token, channel);
68}
std::shared_ptr< Buffers::BufferManager > m_manager

References ensure_valid(), m_manager, and m_token.

Referenced by MayaFlux::Core::AudioSubsystem::process_output().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: