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

◆ describe()

static constexpr auto MayaFlux::Core::GlobalStreamInfo::ChannelConfig::describe ( )
inlinestaticconstexpr

Definition at line 80 of file GlobalStreamInfo.hpp.

81 {
82 return std::make_tuple(
87 }
constexpr auto member(std::string_view key, T Class::*ptr)
Definition Mirror.hpp:37
int device_id
System identifier for the associated device (-1 for default)
uint32_t channels
Number of discrete channels in this set.
bool enabled
Whether this channel set is active in the stream.
std::string device_name
Human-readable identifier for the associated device.

References channels, device_id, device_name, enabled, and MayaFlux::Reflect::member().

+ Here is the call graph for this function: