|
MythTV master
|
#include <algorithm>#include "libmythbase/iso639.h"#include "libmythbase/mythlogging.h"#include "Bluray/mythbdbuffer.h"#include "DVD/mythdvdbuffer.h"#include "decoderbase.h"#include "mythcodeccontext.h"#include "mythplayer.h"#include "programinfo.h"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) |
| #define LOC QString("Dec: ") |
Definition at line 14 of file decoderbase.cpp.
| int to_track_type | ( | const QString & | str | ) |
Definition at line 1209 of file decoderbase.cpp.
Referenced by TV::HandleTrackAction().
| QString toString | ( | AudioTrackType | type | ) |
Definition at line 1234 of file decoderbase.cpp.
| QString toString | ( | TrackType | type | ) |
Definition at line 1184 of file decoderbase.cpp.
Referenced by DecoderBase::GetTrackDesc().