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

◆ get_num_channels()

uint32_t MayaFlux::Core::GlobalStreamInfo::get_num_channels ( ) const
inline

Retrieves the number of output channels.

Returns
Number of output channels configured in the stream

Definition at line 180 of file GlobalStreamInfo.hpp.

180{ return output.channels; }
uint32_t channels
Number of discrete channels in this set.
ChannelConfig output
Configuration for output signal channels.

References MayaFlux::Core::GlobalStreamInfo::ChannelConfig::channels, and output.