MythTV
master
|
#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"
Go to the source code of this file.
Variables | |
static constexpr uint8_t | CHANNELS_MIN { 1 } |
static constexpr uint8_t | CHANNELS_MAX { 8 } |
|
staticconstexpr |
Definition at line 19 of file audiooutputnull.cpp.
Referenced by AudioOutputNULL::GetOutputSettings().
|
staticconstexpr |
Definition at line 20 of file audiooutputnull.cpp.
Referenced by AudioOutputNULL::GetOutputSettings().