Credit Andrew - fix vorbis audio which was scratchy and ensure aging plugin does...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / channelinfo.inc
1 /*
2  * CINELERRA
3  * Copyright (C) 2016-2020 William Morrow
4  *
5  * This program is free software; you can redistribute it and/or modify it
6  * under the terms of the GNU General Public License as published
7  * by the Free Software Foundation; either version 2 of the License, or
8  * (at your option) any later version.
9  *
10  * This program is distributed in the hope that it will be useful, but
11  * WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13  * General Public License for more details.
14  *
15  * You should have received a copy of the GNU General Public
16  * License along with this program; if not, write to the Free Software
17  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
18  * USA
19  */
20
21 #ifndef CHANNELINFO_INC
22 #define CHANNELINFO_INC
23
24 class ChanSearch;
25 class ChanSearchGUI;
26 class ChanSearchTitleText;
27 class ChanSearchInfoText;
28 class ChanSearchMatchCase;
29 class ChanSearchText;
30 class ChanSearchStart;
31 class ChanSearchCancel;
32 class ChanSearchList;
33 class ChannelStatus;
34 class ChannelProgress;
35 class ChannelPanel;
36 class TimeLineItem;
37 class TimeLine;
38 class ChannelDataItem;
39 class ChannelData;
40 class ChannelScroll;
41 class TimeLineScroll;
42 class ChannelEvent;
43 class ChannelEventLine;
44 class ChannelFrame;
45 class ChannelInfoGUI;
46 class ChannelInfoOK;
47 class ChannelInfoCancel;
48 class ChannelInfoCron;
49 class ChannelInfoPowerOff;
50 class ChannelInfoFind;
51 class ChannelInfoGUIBatches;
52 class ChannelDir;
53 class ChannelPath;
54 class ChannelStart;
55 class ChannelDuration;
56 class ChannelEarlyTime;
57 class ChannelLateTime;
58 class ChannelSource;
59 class ChannelNewBatch;
60 class ChannelDeleteBatch;
61 class ChannelClearBatch;
62 class ChannelInfo;
63 class ChannelThread;
64 class ChannelScan;
65
66 #endif