MythTV  master
Variables
audiooutputnull.cpp File Reference
#include <cerrno>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <ctime>
#include <fcntl.h>
#include <iostream>
#include <sys/time.h>
#include <unistd.h>
#include "libmythbase/compat.h"
#include "libmythbase/mythlogging.h"
#include "audiooutputnull.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_MIN

constexpr uint8_t CHANNELS_MIN { 1 }
staticconstexpr

Definition at line 19 of file audiooutputnull.cpp.

Referenced by AudioOutputNULL::GetOutputSettings().

◆ CHANNELS_MAX

constexpr uint8_t CHANNELS_MAX { 8 }
staticconstexpr

Definition at line 20 of file audiooutputnull.cpp.

Referenced by AudioOutputNULL::GetOutputSettings().