Öffentliche Datenelemente |
| EingabeDatei (IO_Datei *Video_Quelle, IO_Datei *Audio_Quelle) |
| ~EingabeDatei () |
int | decodeVideo (unsigned char *&bild) |
int | decodeAudio (int16_t **&puffer, int &samples) |
bool | ColorModel (int cmodel) |
int | SeekTime (double seconds) |
int | Width (void) |
int | Height (void) |
double | Rate (void) |
Öffentliche Attribute |
bool | audio |
bool | video |
Geschützte Attribute |
VideoFile * | VideoEingabe |
VideoFile * | AudioEingabe |
V_Track * | V_Ein |
A_Track * | A_Ein |
long | bilder |
long long | a_samples |
int | breite |
int | hoehe |
int | a_rate |
int | a_bits |
int | a_channels |
double | fps |
double | audio_puffer_gr |
long | a_frames_gelesen |
long long | samples_gelesen |