Hauptseite   Klassenhierarchie   Alphabetische Liste   Übersicht   Auflistung der Dateien   Elementübersicht  

ausgabedatei.h

00001 /***************************************************************************
00002                           ausgabedatei.h  -  description
00003                              -------------------
00004     begin                : Mon Dec 24 2001
00005     copyright            : (C) 2001 by Christian Tusche
00006     email                : christian.tusche@stud.uni-goettingen.de
00007  ***************************************************************************/
00008 
00009 /***************************************************************************
00010  *                                                                         *
00011  *   This program is free software; you can redistribute it and/or modify  *
00012  *   it under the terms of the GNU General Public License as published by  *
00013  *   the Free Software Foundation; either version 2 of the License, or     *
00014  *   (at your option) any later version.                                   *
00015  *                                                                         *
00016  ***************************************************************************/
00017 
00018 #ifndef AUSGABEDATEI_H
00019 #define AUSGABEDATEI_H
00020 
00021 #include "VideoFile/VideoFile.h"
00022 #include "eingabedatei.h"
00023 
00028 class AusgabeDatei {
00029 public: 
00030     AusgabeDatei( EingabeDatei *Eingabe, IO_Datei *Ausgabe );
00031     ~AusgabeDatei();
00032 
00035     int encodeVideo( unsigned char *bild );
00036 
00039     int encodeAudio( int16_t **puffer, int samples );
00040 
00043     bool ColorModel( int cmodel );
00044 
00047     long long BytesWritten( void );
00048 
00049     bool video;
00050     bool audio;
00051 
00052 protected:
00053     VideoFile *AV_Ausgabe;
00054     V_Track *V_Aus;
00055     A_Track *A_Aus;
00056 };
00057 
00058 #endif

Erzeugt am Mon Jan 7 19:15:12 2002 für av_convert von doxygen1.2.9.1 geschrieben von Dimitri van Heesch, © 1997-2001