KVIrc  4.9.2
DeveloperAPIs
KviOggTheoraGeometry.h
Go to the documentation of this file.
1 #ifndef _KVIOGGTHEORAGEOMETRY_H_
2 #define _KVIOGGTHEORAGEOMETRY_H_
3 
4 //=============================================================================
5 //
6 // File : KviOggTheoraGeometry.h
7 // Creation date : Wed Dec 29 2010 15:51:21 CEST by Elvio Basello
8 //
9 // This file is part of the KVIrc IRC client distribution
10 // Copyright (C) 2010 Elvio Basello (hellvis69 at gmail dot com)
11 //
12 // This program is FREE software. You can redistribute it and/or
13 // modify it under the terms of the GNU General Public License
14 // as published by the Free Software Foundation; either version 2
15 // of the License, or (at your option) any later version.
16 //
17 // This program is distributed in the HOPE that it will be USEFUL,
18 // but WITHOUT ANY WARRANTY; without even the implied warranty of
19 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
20 // See the GNU General Public License for more details.
21 //
22 // You should have received a copy of the GNU General Public License
23 // along with this program. If not, write to the Free Software Foundation,
24 // Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
25 //
26 //=============================================================================
27 
34 #ifndef COMPILE_DISABLE_OGG_THEORA
35 
40 typedef struct _KviOggTheoraGeometry
41 {
42  int pic_w;
43  int pic_h;
45  int frame_w;
46  int frame_h;
48  int pic_x;
49  int pic_y;
51 
52 #endif // COMPILE_DISABLE_OGG_THEORA
53 #endif // _KVIOGGTHEORAGEOMETRY_H_
int pic_x
Definition: KviOggTheoraGeometry.h:48
struct _KviOggTheoraGeometry KviOggTheoraGeometry
Contains all the needed geometry information of a theora video stream.
int pic_h
Definition: KviOggTheoraGeometry.h:43
int frame_w
Definition: KviOggTheoraGeometry.h:45
int frame_h
Definition: KviOggTheoraGeometry.h:46
int pic_w
Definition: KviOggTheoraGeometry.h:42
int pic_y
Definition: KviOggTheoraGeometry.h:49
Definition: KviOggTheoraGeometry.h:40