MythTV  master
Macros | Functions
decoderbase.cpp File Reference
#include <algorithm>
#include "libmythbase/iso639.h"
#include "libmythbase/mythconfig.h"
#include "libmythbase/mythlogging.h"
#include "libmythbase/programinfo.h"
#include "Bluray/mythbdbuffer.h"
#include "DVD/mythdvdbuffer.h"
#include "decoderbase.h"
#include "mythcodeccontext.h"
#include "mythplayer.h"
Include dependency graph for decoderbase.cpp:

Go to the source code of this file.

Macros

#define LOC   QString("Dec: ")
 

Functions

QString toString (TrackType type)
 
int to_track_type (const QString &str)
 
QString toString (AudioTrackType type)
 

Macro Definition Documentation

◆ LOC

#define LOC   QString("Dec: ")

Definition at line 15 of file decoderbase.cpp.

Function Documentation

◆ toString() [1/2]

QString toString ( TrackType  type)

Definition at line 1180 of file decoderbase.cpp.

Referenced by DecoderBase::GetTrackDesc().

◆ to_track_type()

int to_track_type ( const QString &  str)

Definition at line 1205 of file decoderbase.cpp.

Referenced by TV::HandleTrackAction().

◆ toString() [2/2]

QString toString ( AudioTrackType  type)

Definition at line 1230 of file decoderbase.cpp.