#include <dvdprobe.h>
Definition at line 87 of file dvdprobe.h.
| DVDTitle::DVDTitle | ( | ) |
Definition at line 207 of file dvdprobe.cpp.
| DVDTitle::~DVDTitle | ( | ) |
Definition at line 385 of file dvdprobe.cpp.
| void DVDTitle::setChapters | ( | uint | a_uint | ) | [inline] |
| void DVDTitle::setAngles | ( | uint | a_uint | ) | [inline] |
| void DVDTitle::setTrack | ( | uint | a_uint | ) | [inline] |
| void DVDTitle::setLBox | ( | bool | yes_or_no | ) | [inline] |
| void DVDTitle::setVFormat | ( | const QString & | a_string | ) | [inline] |
| void DVDTitle::determineInputID | ( | ) |
| uint DVDTitle::getChapters | ( | ) | [inline] |
Definition at line 118 of file dvdprobe.h.
| uint DVDTitle::getAngles | ( | ) | [inline] |
Definition at line 119 of file dvdprobe.h.
| uint DVDTitle::getTrack | ( | ) | [inline] |
| uint DVDTitle::getPlayLength | ( | ) |
| QString DVDTitle::getTimeString | ( | ) |
Definition at line 274 of file dvdprobe.cpp.
| uint DVDTitle::getHours | ( | ) | [inline] |
Definition at line 123 of file dvdprobe.h.
| uint DVDTitle::getMinutes | ( | ) | [inline] |
Definition at line 124 of file dvdprobe.h.
| uint DVDTitle::getSeconds | ( | ) | [inline] |
Definition at line 125 of file dvdprobe.h.
| uint DVDTitle::getInputID | ( | void | ) | [inline] |
Definition at line 126 of file dvdprobe.h.
| void DVDTitle::printYourself | ( | ) |
Definition at line 279 of file dvdprobe.cpp.
| void DVDTitle::addAudio | ( | DVDAudio * | new_audio_track | ) |
| QPtrList<DVDAudio>* DVDTitle::getAudioTracks | ( | ) | [inline] |
Definition at line 131 of file dvdprobe.h.
| void DVDTitle::addSubTitle | ( | DVDSubTitle * | new_subitle | ) |
| QPtrList<DVDSubTitle>* DVDTitle::getSubTitles | ( | ) | [inline] |
Definition at line 133 of file dvdprobe.h.
uint DVDTitle::numb_chapters [private] |
Definition at line 136 of file dvdprobe.h.
Referenced by getChapters(), printYourself(), and setChapters().
uint DVDTitle::numb_angles [private] |
Definition at line 137 of file dvdprobe.h.
Referenced by getAngles(), printYourself(), and setAngles().
uint DVDTitle::track_number [private] |
Definition at line 138 of file dvdprobe.h.
Referenced by getTrack(), printYourself(), and setTrack().
uint DVDTitle::hours [private] |
Definition at line 140 of file dvdprobe.h.
Referenced by getHours(), getPlayLength(), getTimeString(), printYourself(), and setTime().
uint DVDTitle::minutes [private] |
Definition at line 141 of file dvdprobe.h.
Referenced by getMinutes(), getPlayLength(), getTimeString(), printYourself(), and setTime().
uint DVDTitle::seconds [private] |
Definition at line 142 of file dvdprobe.h.
Referenced by getPlayLength(), getSeconds(), getTimeString(), printYourself(), and setTime().
uint DVDTitle::hsize [private] |
uint DVDTitle::vsize [private] |
double DVDTitle::frame_rate [private] |
Definition at line 146 of file dvdprobe.h.
Referenced by determineInputID(), printYourself(), and setTime().
int DVDTitle::fr_code [private] |
uint DVDTitle::ar_numerator [private] |
uint DVDTitle::ar_denominator [private] |
QString DVDTitle::aspect_ratio [private] |
bool DVDTitle::letterbox [private] |
QString DVDTitle::video_format [private] |
uint DVDTitle::dvdinput_id [private] |
QPtrList<DVDAudio> DVDTitle::audio_tracks [private] |
Definition at line 155 of file dvdprobe.h.
Referenced by addAudio(), DVDTitle(), getAudioTracks(), and printYourself().
QPtrList<DVDSubTitle> DVDTitle::subtitles [private] |
Definition at line 156 of file dvdprobe.h.
Referenced by addSubTitle(), DVDTitle(), and getSubTitles().
1.5.5