• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdenetwork API Reference
  • KDE Home
  • Contact Us
 

kopete/libkopete

  • sources
  • kde-4.14
  • kdenetwork
  • kopete
  • libkopete
  • avdevice
videoinput.h
Go to the documentation of this file.
1 /*
2  videodevice.h - Kopete Video Input Class
3 
4  Copyright (c) 2005-2006 by Cláudio da Silveira Pinheiro <taupter@gmail.com>
5 
6  Kopete (c) 2002-2003 by the Kopete developers <kopete-devel@kde.org>
7 
8  *************************************************************************
9  * *
10  * This library is free software; you can redistribute it and/or *
11  * modify it under the terms of the GNU Lesser General Public *
12  * License as published by the Free Software Foundation; either *
13  * version 2 of the License, or (at your option) any later version. *
14  * *
15  *************************************************************************
16 */
17 
18 #define ENABLE_AV
19 
20 #ifndef KOPETE_AVVIDEOINPUT_H
21 #define KOPETE_AVVIDEOINPUT_H
22 
23 #ifdef __linux__
24 #include <asm/types.h>
25 #undef __STRICT_ANSI__
26 #endif // __linux__
27 #ifndef __u64 //required by videodev.h
28 #define __u64 unsigned long long
29 #endif // __u64*/
30 
31 #include <qstring.h>
32 #include <kdebug.h>
33 #include "kopete_export.h"
34 
35 namespace Kopete {
36 
37 namespace AV {
38 
42 class KOPETE_EXPORT VideoInput{
43 public:
44  VideoInput();
45  ~VideoInput();
46  QString name;
47  int hastuner;
48  __u64 m_standards;
49  bool img_softcorr_autobrightnesscontrast;
50  bool img_softcorr_autocolor;
51  bool img_softcorr_vflip;
52  bool img_softcorr_hflip;
53 };
54 
55 }
56 
57 }
58 
59 #endif
Kopete::AV::VideoInput::img_softcorr_vflip
bool img_softcorr_vflip
Definition: videoinput.h:51
KOPETE_EXPORT
#define KOPETE_EXPORT
Definition: kopete_export.h:27
Kopete::AV::VideoInput::m_standards
__u64 m_standards
Definition: videoinput.h:48
Kopete::AV::VideoInput::img_softcorr_autocolor
bool img_softcorr_autocolor
Definition: videoinput.h:50
Kopete::AV::VideoInput::img_softcorr_hflip
bool img_softcorr_hflip
Definition: videoinput.h:52
kopete_export.h
QString
Kopete::AV::VideoInput::hastuner
int hastuner
Definition: videoinput.h:47
Kopete::AV::VideoInput::name
QString name
Definition: videoinput.h:46
__u64
#define __u64
Definition: videoinput.h:28
Kopete::AV::VideoInput
Definition: videoinput.h:42
Kopete::AV::VideoInput::img_softcorr_autobrightnesscontrast
bool img_softcorr_autobrightnesscontrast
Definition: videoinput.h:49
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:29:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

kopete/libkopete

Skip menu "kopete/libkopete"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

kdenetwork API Reference

Skip menu "kdenetwork API Reference"
  • kget
  • kopete
  •   kopete
  •   libkopete
  • krdc
  • krfb

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal