MythTV
master
|
#include "libmythbase/mythlogging.h"
#include "mythvideooutnull.h"
#include <map>
#include <iostream>
Go to the source code of this file.
Macros | |
#define | LOC QString("VidOutNull: ") |
Variables | |
const int | kNeedFreeFrames = 1 |
const int | kPrebufferFramesNormal = 12 |
const int | kPrebufferFramesSmall = 4 |
#define LOC QString("VidOutNull: ") |
Definition at line 13 of file mythvideooutnull.cpp.
const int kNeedFreeFrames = 1 |
Definition at line 9 of file mythvideooutnull.cpp.
Referenced by MythVideoOutputNull::Init().
const int kPrebufferFramesNormal = 12 |
Definition at line 10 of file mythvideooutnull.cpp.
Referenced by MythVideoOutputNull::Init().
const int kPrebufferFramesSmall = 4 |
Definition at line 11 of file mythvideooutnull.cpp.
Referenced by MythVideoOutputNull::Init().