Commit e1ac7893 authored by Ivan.Shulga's avatar Ivan.Shulga Committed by Alexander Trofimov

git-svn-id:...

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@52394 954022d7-b5bf-4e40-9824-e11837661b57
parent 0a41ab4e
// AVSVideoFormat.h : Declaration of the CAVSVideoFormat
// ASCVideoFormat.h : Declaration of the CASCVideoFormat
#pragma once
#include "resource.h" // main symbols
#include "AVSMediaFormat.h" // main symbols
#include "ASCMediaFormat.h" // main symbols
#include "../Common/FourCCDefines.h"
......
// AVSAudioFormat.h : Declaration of the CAVSAudioFormat
// ASCAudioFormat.h : Declaration of the CASCAudioFormat
#pragma once
#include "resource.h" // main symbols
#include "ATLDefine.h"
#include "AVSMediaFormat.h" // main symbols
#include "ASCMediaFormat.h" // main symbols
#include "AudioDefines.h"
#include "AVSUtils.h"
#include "ASCUtils.h"
class CAVSAudioFormat;
// IAVSAudioFormat
......
// AVSExternalVideoFormat.h : Declaration of the CAVSExternalVideoFormat
// ASCExternalVideoFormat.h : Declaration of the CASCExternalVideoFormat
#pragma once
#include "resource.h" // main symbols
......@@ -6,7 +6,7 @@
#include "ATLDefine.h"
//#include "AVSVideoFormat.h"
//#include "ASCVideoFormat.h"
class CAVSExternalVideoFormat;
......
// AVSH263VideoFormat.h : Declaration of the CAVSH263VideoFormat
// ASCH263VideoFormat.h : Declaration of the CASCH263VideoFormat
#pragma once
#include "resource.h" // main symbols
#include "ATLDefine.h"
#include "AVSVideoFormat.h"
#include "ASCVideoFormat.h"
class CAVSH263VideoFormat;
// IAVSH263VideoFormat
......
#pragma once
#include "resource.h" // main symbols
#include "ATLDefine.h"
#include "AVSH264VideoFormat.h"
#include "ASCH264VideoFormat.h"
class CAVSH264ExtVideoFormat;
// IAVSH264ExtVideoFormat
......
#pragma once
#include "resource.h" // main symbols
#include "ATLDefine.h"
#include "AVSVideoFormat.h"
#include "ASCVideoFormat.h"
class CAVSH264VideoFormat;
// IAVSH264VideoFormat
......
// AVSIntelMediaVideoFormat.cpp : Implementation of CAVSIntelMediaVideoFormat
// ASCIntelMediaVideoFormat.cpp : Implementation of CASCIntelMediaVideoFormat
#include "stdafx.h"
#include "AVSIntelMediaVideoFormat.h"
#include "ASCIntelMediaVideoFormat.h"
// CAVSIntelMediaVideoFormat
......
// AVSIntelMediaVideoFormat.h : Declaration of the CAVSIntelMediaVideoFormat
// ASCIntelMediaVideoFormat.h : Declaration of the CASCIntelMediaVideoFormat
#pragma once
#include "resource.h" // main symbols
#include "AVSVideoFormat.h"
#include "ASCVideoFormat.h"
#include "ATLDefine.h"
#include "VideoFileErrorDescription.h"
#include "AVSH264VideoFormat.h"
#include "ASCH264VideoFormat.h"
#include "..\Common\mfxstructures.h"
#include <math.h>
......
// AVSMPEG2VideoFormat.h : Declaration of the CAVSMPEG2VideoFormat
// ASCMPEG2VideoFormat.h : Declaration of the CASCMPEG2VideoFormat
#pragma once
#include "resource.h" // main symbols
//#include "ATLDefine.h"
//#include "
#include "AVSVideoFormat.h"
#include "ASCVideoFormat.h"
class CAVSMPEG2VideoFormat;
// IAVSMPEG2VideoFormat
......
// AVSMPEG3AudioFormat.h : Declaration of the CAVSMPEG3AudioFormat
// ASCMPEG3AudioFormat.h : Declaration of the CASCMPEG3AudioFormat
#pragma once
#include "resource.h" // main symbols
......
// AVSMPEG4AudioFormat.h : Declaration of the CAVSMPEG4AudioFormat
// ASCMPEG4AudioFormat.h : Declaration of the CASCMPEG4AudioFormat
#pragma once
#include "resource.h" // main symbols
......
// AVSMPEG4VideoFormat.h : Declaration of the CAVSMPEG4VideoFormat
// ASCMPEG4VideoFormat.h : Declaration of the CASCMPEG4VideoFormat
#pragma once
#include "resource.h" // main symbols
#include <atlcoll.h>
#include "ATLDefine.h"
#include "AVSVideoFormat.h"
#include "ASCVideoFormat.h"
class CAVSMPEG4VideoFormat;
// IAVSMPEG4VideoFormat
......
// AVSMPEGsVideoFormat.h : Declaration of the CAVSMPEGsVideoFormat
// ASCMPEGsVideoFormat.h : Declaration of the CASCMPEGsVideoFormat
#pragma once
#include "resource.h" // main symbols
//#include "ATLDefine.h"
#include "AVSVideoFormat.h"
#include "ASCVideoFormat.h"
class CAVSMPEGsVideoFormat;
// IAVSMPEGsVideoFormat
......
// AVSMediaFormat.h : Declaration of the CAVSMediaFormat
// ASCMediaFormat.h : Declaration of the CASCMediaFormat
#pragma once
#include "resource.h" // main symbols
......
// AVSMediaFormatSettings3.cpp : Implementation of DLL Exports.
// ASCMediaFormatSettings3.cpp : Implementation of DLL Exports.
#include "stdafx.h"
#include "resource.h"
#include "AVSAudioFormat.h"
#include "AVSVideoFormat.h"
#include "AVSMPEGsVideoFormat.h"
#include "AVSMPEG2VideoFormat.h"
#include "AVSMPEG4VideoFormat.h"
#include "AVSH263VideoFormat.h"
#include "AVSH264VideoFormat.h"
#include "AVSH264ExtVideoFormat.h"
#include "AVSWMVVideoFormat.h"
#include "AVSRMVideoFormat.h"
#include "AVSRMAudioFormat.h"
#include "AVSWMAAudioFormat.h"
#include "AVSMPEG4AudioFormat.h"
#include "AVSMPEG3AudioFormat.h"
#include "AVSExternalVideoFormat.h"
#include "AVSOggVorbisAudioFormat.h"
#include "AVSSubPictureFormat.h"
#include "AVSVPXVideoFormat.h"
#include "ASCAudioFormat.h"
#include "ASCVideoFormat.h"
#include "ASCMPEGsVideoFormat.h"
#include "ASCMPEG2VideoFormat.h"
#include "ASCMPEG4VideoFormat.h"
#include "ASCH263VideoFormat.h"
#include "ASCH264VideoFormat.h"
#include "ASCH264ExtVideoFormat.h"
#include "ASCWMVVideoFormat.h"
#include "ASCRMVideoFormat.h"
#include "ASCRMAudioFormat.h"
#include "ASCWMAAudioFormat.h"
#include "ASCMPEG4AudioFormat.h"
#include "ASCMPEG3AudioFormat.h"
#include "ASCExternalVideoFormat.h"
#include "ASCOggVorbisAudioFormat.h"
#include "ASCSubPictureFormat.h"
#include "ASCVPXVideoFormat.h"
#include "AVSMediaFormatSerialize.h"
#include "ASCMediaFormatSerialize.h"
// The module attribute causes DllMain, DllRegisterServer and DllUnregisterServer to be automatically implemented for you
[ module(dll, uuid = "{12481495-4D84-409F-B52E-E728AE3D3BC9}",
name = "AVSMediaFormatSettings3",
helpstring = "AVSMediaFormatSettings3 1.0 Type Library",
resource_name = "IDR_AVSMEDIAFORMATSETTINGS3")];
name = "ASCMediaFormatSettings3",
helpstring = "ASCMediaFormatSettings3 1.0 Type Library",
resource_name = "IDR_ASCMEDIAFORMATSETTINGS3")];
// AVSOggVorbisAudioFormat.h : Declaration of the CAVSOggVorbisAudioFormat
// ASCOggVorbisAudioFormat.h : Declaration of the CASCOggVorbisAudioFormat
#pragma once
#include "resource.h" // main symbols
#include "AVSAudioFormat.h"
#include "ASCAudioFormat.h"
#if defined(_WIN32_WCE) && !defined(_CE_DCOM) && !defined(_CE_ALLOW_SINGLE_THREADED_OBJECTS_IN_MTA)
......
// AVSRMVideoFormat.h : Declaration of the CAVSRMAudioFormat
// ASCRMVideoFormat.h : Declaration of the CASCRMAudioFormat
#pragma once
#include "resource.h" // main symbols
//#include "ATLDefine.h"
//#include "AVSAudioFormat.h"
//#include "ASCAudioFormat.h"
// IAVSRMAudioFormat
......
// AVSRMVideoFormat.h : Declaration of the CAVSRMVideoFormat
// ASCRMVideoFormat.h : Declaration of the CASCRMVideoFormat
#pragma once
#include "resource.h" // main symbols
#include "ATLDefine.h"
#include "AVSVideoFormat.h"
#include "ASCVideoFormat.h"
// IAVSRMVideoFormat
......
// AVSVideoFormat.h : Declaration of the CAVSVideoFormat
// ASCVideoFormat.h : Declaration of the CASCVideoFormat
#pragma once
#include "resource.h" // main symbols
#include "AVSMediaFormat.h" // main symbols
#include "ASCMediaFormat.h" // main symbols
class CAVSSubPictureFormat;
......
// AVSVPXVideoFormat.h : Declaration of the CAVSVPXVideoFormat
// ASCVPXVideoFormat.h : Declaration of the CASCVPXVideoFormat
#pragma once
#include "resource.h" // main symbols
#include "ATLDefine.h"
#include "AVSVideoFormat.h"
#include "ASCVideoFormat.h"
class CAVSVPXVideoFormat;
// IAVSVPXVideoFormat
......
// AVSWMAAudioFormat.h : Declaration of the CAVSWMAAudioFormat
// ASCWMAAudioFormat.h : Declaration of the CASCWMAAudioFormat
#pragma once
#include "resource.h" // main symbols
//#include "ATLDefine.h"
//#include "AVSAudioFormat.h"
//#include "ASCAudioFormat.h"
#include "CodecsWMA.h"
// IAVSWMAAudioFormat
......
// AVSWMVVideoFormat.h : Declaration of the CAVSWMVVideoFormat
// ASCWMVVideoFormat.h : Declaration of the CASCWMVVideoFormat
#pragma once
#include "resource.h" // main symbols
//#include "ATLDefine.h"
#include "AVSVideoFormat.h"
#include "ASCVideoFormat.h"
// IAVSWMVVideoFormat
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment