MayaFlux 0.4.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(
86 IO::member("device_name", &ChannelConfig::device_name));
87 }
constexpr auto member(std::string_view key, T Class::*ptr)
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::IO::member().

+ Here is the call graph for this function: