Go to the source code of this file.
Classes | |
| class | StreamInfo |
| class | DecoderBase |
| struct | DecoderBase::posmapentry |
Typedefs | |
| typedef enum TrackTypes | TrackType |
| Track types. | |
| typedef enum DecodeTypes | DecodeType |
| typedef enum AudioTrackType | AudioTrackType |
| typedef vector< StreamInfo > | sinfo_vec_t |
Enumerations | |
| enum | TrackTypes { kTrackTypeAudio = 0, kTrackTypeVideo, kTrackTypeSubtitle, kTrackTypeCC608, kTrackTypeCC708, kTrackTypeTeletextCaptions, kTrackTypeTeletextMenu, kTrackTypeRawText, kTrackTypeAttachment, kTrackTypeCount, kTrackTypeTextSubtitle } |
Track types. More... | |
| enum | DecodeTypes { kDecodeNothing = 0x00, kDecodeVideo = 0x01, kDecodeAudio = 0x02, kDecodeAV = 0x03 } |
| enum | AudioTrackType { kAudioTypeNormal = 0, kAudioTypeAudioDescription, kAudioTypeCommentary } |
Functions | |
| QString | toString (TrackType type) |
| int | to_track_type (const QString &str) |
Variables | |
| const int | kDecoderProbeBufferSize = 256 * 1024 |
| typedef enum TrackTypes TrackType |
Track types.
| typedef enum DecodeTypes DecodeType |
| typedef enum AudioTrackType AudioTrackType |
| typedef vector<StreamInfo> sinfo_vec_t |
Definition at line 99 of file decoderbase.h.
| enum TrackTypes |
Track types.
Definition at line 24 of file decoderbase.h.
| enum DecodeTypes |
Definition at line 42 of file decoderbase.h.
| enum AudioTrackType |
Definition at line 50 of file decoderbase.h.
| QString toString | ( | TrackType | type | ) |
Definition at line 1023 of file decoderbase.cpp.
| int to_track_type | ( | const QString & | str | ) |
Definition at line 1048 of file decoderbase.cpp.
Referenced by TV::HandleTrackAction().
| const int kDecoderProbeBufferSize = 256 * 1024 |
Definition at line 21 of file decoderbase.h.
Referenced by MythPlayer::OpenFile().
1.6.3