#include <dx_stream.h>
|
struct { | |
|
bool gain: 1 | |
| indicate the stream supports channel gains More...
|
|
bool main: 1 | |
| pseudo encoder index: indicate the stream supports main gain - otherwise will be emulated if gain is supported More...
|
|
bool mute: 1 | |
| indicate the stream supports channel mute - otherwise will be emulated if gain is supported More...
|
|
bool pan: 1 | |
|
bool solo: 1 | |
|
}; | | |
|
uint32_t | bitfield |
|
|
static constexpr const char * | names [] = {"none", "[main]", "gain", "mute", "solo", "pan",} |
|
◆ operator uint32_t()
dx::stream::encoder::operator uint32_t |
( |
| ) |
const |
|
inline |
◆ [struct]
◆ bitfield
◆ gain
bool dx::stream::encoder::gain |
indicate the stream supports channel gains
◆ main
bool dx::stream::encoder::main |
pseudo encoder index: indicate the stream supports main gain - otherwise will be emulated if gain is supported
◆ mute
bool dx::stream::encoder::mute |
indicate the stream supports channel mute - otherwise will be emulated if gain is supported
◆ names
constexpr const char* dx::stream::encoder::names[] = {"none", "[main]", "gain", "mute", "solo", "pan",} |
|
staticconstexpr |
◆ pan
bool dx::stream::encoder::pan |
◆ solo
bool dx::stream::encoder::solo |
The documentation for this union was generated from the following file: