[svn] / branches / release-1_3-branch / xvidextra / src / apps / miniconvert / utils.h Repository:
ViewVC logotype

Annotation of /branches/release-1_3-branch/xvidextra/src/apps/miniconvert/utils.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2096 - (view) (download)

1 : Isibaar 2096 /*****************************************************************************
2 :     *
3 :     * Xvid MiniConvert
4 :     * - Header for utility and helper functions -
5 :     *
6 :     * Copyright(C) 2011-2014 Xvid Solutions GmbH
7 :     *
8 :     * This program is free software ; you can redistribute it and/or modify
9 :     * it under the terms of the GNU General Public License as published by
10 :     * the Free Software Foundation ; either version 2 of the License, or
11 :     * (at your option) any later version.
12 :     *
13 :     * This program is distributed in the hope that it will be useful,
14 :     * but WITHOUT ANY WARRANTY ; without even the implied warranty of
15 :     * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 :     * GNU General Public License for more details.
17 :     *
18 :     * You should have received a copy of the GNU General Public License
19 :     * along with this program ; if not, write to the Free Software
20 :     * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21 :     *
22 :     * $Id: utils.h 2080 2014-04-08 20:01:07Z Isibaar $
23 :     *
24 :     ****************************************************************************/
25 :     /*
26 :     * Author(s): Ireneusz Hallmann
27 :     *
28 :     ****************************************************************************/
29 :    
30 :     #ifndef _UTILS_H_
31 :     #define _UTILS_H_
32 :    
33 :     HRESULT GetFilterPin(IBaseFilter *pFilter, PIN_DIRECTION PinDir,
34 :     int WantConnected, IPin **ppPin,
35 :     const GUID &MainType, const GUID &SubType);
36 :    
37 :     HRESULT ConnectFilters(IGraphBuilder *pGraph, IBaseFilter *pSrc,
38 :     IBaseFilter *pDest, const GUID &MainType = GUID_NULL,
39 :     const GUID &SubType = GUID_NULL,
40 :     BOOL bConnectDirect = FALSE);
41 :    
42 :     HRESULT ConnectFilters(IGraphBuilder *pGraph, IPin *pOut,
43 :     IBaseFilter *pDest, const GUID &MainType = GUID_NULL,
44 :     const GUID &SubType = GUID_NULL,
45 :     BOOL bConnectDirect = FALSE);
46 :    
47 :     HRESULT ConnectFilters(IGraphBuilder *pGraph, IBaseFilter *pSrc, IPin *pIn,
48 :     const GUID &MainType, const GUID &SubType,
49 :     BOOL bConnectDirect);
50 :    
51 :     HRESULT GetUnconnectedPin(IBaseFilter *pFilter, PIN_DIRECTION PinDir,
52 :     IPin **ppPin, const GUID &MainType = GUID_NULL,
53 :     const GUID &SubType = GUID_NULL) ;
54 :    
55 :     HRESULT AddDirectXFilterByMoniker(const CLSID &MonikerClsID, char * Fcc,
56 :     IBaseFilter **pFilter, int StringType=0);
57 :    
58 :     int fourcc_helper(TCHAR filename[MAX_PATH],
59 :     char *ptrused, char *ptrdesc, int check_only);
60 :    
61 :    
62 :     #endif /* _UTILS_H_ */

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4