MythTV master
Variables
audiooutputnull.cpp File Reference
#include "audiooutputnull.h"
#include <algorithm>
#include <cstddef>
#include <cstdint>
#include "libmythbase/mythlogging.h"
Include dependency graph for audiooutputnull.cpp:

Go to the source code of this file.

Variables

static constexpr uint8_t CHANNELS_MIN { 1 }
 
static constexpr uint8_t CHANNELS_MAX { 8 }
 

Variable Documentation

◆ CHANNELS_MAX

constexpr uint8_t CHANNELS_MAX { 8 }
staticconstexpr

Definition at line 10 of file audiooutputnull.cpp.

Referenced by AudioOutputNULL::GetOutputSettings().

◆ CHANNELS_MIN

constexpr uint8_t CHANNELS_MIN { 1 }
staticconstexpr

Definition at line 9 of file audiooutputnull.cpp.

Referenced by AudioOutputNULL::GetOutputSettings().