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

◆ get_num_out_channels()

MAYAFLUX_API uint32_t MayaFlux::Config::get_num_out_channels ( )

Gets the number of output channels from the default engine.

Returns
Current number of output channels

Definition at line 56 of file Config.cpp.

57{
59}
GlobalStreamInfo & get_stream_info()
Gets the current stream configuration.
Definition Engine.hpp:210
Core::Engine & get_context()
Gets the default engine instance.
Definition Core.cpp:56
uint32_t channels
Number of discrete channels in this set.
ChannelConfig output
Configuration for output signal channels.

References MayaFlux::Core::GlobalStreamInfo::ChannelConfig::channels, MayaFlux::get_context(), MayaFlux::Core::Engine::get_stream_info(), and MayaFlux::Core::GlobalStreamInfo::output.

+ Here is the call graph for this function: