Go to the source code of this file.
| typedef enum TrackTypes TrackType |
Track types.
| typedef enum DecodeTypes DecodeType |
| typedef enum AudioTrackType AudioTrackType |
| typedef vector<StreamInfo> sinfo_vec_t |
Definition at line 112 of file decoderbase.h.
| enum TrackTypes |
Track types.
Definition at line 24 of file decoderbase.h.
| enum DecodeTypes |
Definition at line 43 of file decoderbase.h.
| enum AudioTrackType |
| kAudioTypeNormal | |
| kAudioTypeAudioDescription | |
| kAudioTypeCleanEffects | |
| kAudioTypeHearingImpaired | |
| kAudioTypeSpokenSubs | |
| kAudioTypeCommentary |
Definition at line 51 of file decoderbase.h.
| enum EofState |
Definition at line 63 of file decoderbase.h.
| QString toString | ( | TrackType | type | ) |
Definition at line 1119 of file decoderbase.cpp.
| int to_track_type | ( | const QString & | str | ) |
Definition at line 1144 of file decoderbase.cpp.
Referenced by TV::HandleTrackAction().
| QString toString | ( | AudioTrackType | type | ) |
Definition at line 1169 of file decoderbase.cpp.
| AVRational AVRationalInit | ( | int | num, | |
| int | den = 1 | |||
| ) | [inline] |
Definition at line 114 of file decoderbase.h.
Referenced by DecoderBase::FileChanged(), AvFormatDecoder::PreProcessVideoPacket(), DecoderBase::Reset(), and DecoderBase::ResetTotalDuration().
| const int kDecoderProbeBufferSize = 256 * 1024 |
Definition at line 21 of file decoderbase.h.
Referenced by MythPlayer::OpenFile().
1.6.3