Go to the source code of this file.
Classes | |
| struct | TextContainer |
| class | NuppelVideoPlayer |
Typedefs | |
| typedef void(* | StatusCallback )(int, void *) |
Enumerations | |
| enum | TCTypes { TC_VIDEO = 0, TC_AUDIO, TC_SUB, TC_CC } |
| Timecode types. More... | |
| enum | { kTrackTypeAudio = 0, kTrackTypeSubtitle, kTrackTypeCC608, kTrackTypeCC708, kTrackTypeTeletextCaptions, kTrackTypeCount, kTrackTypeTeletextMenu } |
| Track types. More... | |
| enum | { kDisplayNone = 0x00, kDisplayNUVTeletextCaptions = 0x01, kDisplayTeletextCaptions = 0x02, kDisplayAVSubtitle = 0x04, kDisplayCC608 = 0x08, kDisplayCC708 = 0x10, kDisplayNUVCaptions = kDisplayNUVTeletextCaptions | kDisplayCC608, kDisplayTextSubtitle = 0x20, kDisplayAllCaptions = 0x3f, kDisplayTeletextMenu = 0x40 } |
Functions | |
| QString | track_type_to_string (uint type) |
| int | type_string_to_track_type (const QString &str) |
| typedef void(* StatusCallback)(int, void *) |
Definition at line 61 of file NuppelVideoPlayer.h.
| enum TCTypes |
| anonymous enum |
Track types.
| kTrackTypeAudio | |
| kTrackTypeSubtitle | |
| kTrackTypeCC608 | |
| kTrackTypeCC708 | |
| kTrackTypeTeletextCaptions | |
| kTrackTypeCount | |
| kTrackTypeTeletextMenu |
Definition at line 74 of file NuppelVideoPlayer.h.
| anonymous enum |
| kDisplayNone | |
| kDisplayNUVTeletextCaptions | |
| kDisplayTeletextCaptions | |
| kDisplayAVSubtitle | |
| kDisplayCC608 | |
| kDisplayCC708 | |
| kDisplayNUVCaptions | |
| kDisplayTextSubtitle | |
| kDisplayAllCaptions | |
| kDisplayTeletextMenu |
Definition at line 89 of file NuppelVideoPlayer.h.
| QString track_type_to_string | ( | uint | type | ) |
Definition at line 93 of file NuppelVideoPlayer.cpp.
Referenced by TV::ChangeTrack(), DecoderBase::GetTrackDesc(), and TV::SetTrack().
| int type_string_to_track_type | ( | const QString & | str | ) |
1.5.5