00001 /* 00002 * (c) 2005, 2008 Nico Pranke <Nico.Pranke@googlemail.com>, Robin Luedtke <RobinLu@gmx.de> 00003 * 00004 * This file is part of avcap. 00005 * 00006 * avcap is free software: you can redistribute it and/or modify 00007 * it under the terms of the GNU General Public License as published by 00008 * the Free Software Foundation, either version 3 of the License, or 00009 * (at your option) any later version. 00010 * 00011 * avcap is distributed in the hope that it will be useful, 00012 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00013 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00014 * GNU General Public License for more details. 00015 * 00016 * You should have received a copy of the GNU General Public License 00017 * along with avcap. If not, see <http://www.gnu.org/licenses/>. 00018 */ 00019 00020 /* avcap is free for non-commercial use. 00021 * To use it in commercial endeavors, please contact Nico Pranke <Nico.Pranke@googlemail.com> 00022 */ 00023 00024 00025 #ifndef AVCAP_H 00026 #define AVCAP_H 00027 00028 #if !defined(_MSC_VER) && !defined(USE_PREBUILD_LIBS) 00029 # include "avcap-config.h" 00030 #endif 00031 #include "avcap/DeviceCollector.h" 00032 #include "avcap/DeviceDescriptor.h" 00033 #include "avcap/CaptureDevice.h" 00034 #include "avcap/FormatManager.h" 00035 #include "avcap/CaptureHandler.h" 00036 #include "avcap/CaptureManager.h" 00037 #include "avcap/Control_avcap.h" 00038 #include "avcap/ControlManager.h" 00039 #include "avcap/Connector.h" 00040 #include "avcap/ConnectorManager.h" 00041 #include "avcap/IOBuffer.h" 00042 #include "avcap/Tuner_avcap.h" 00043 #include "avcap/log.h" 00044 00045 #endif