avcapture.h

来自「AVCapture是一个基于Microsoft的DirectShow技术开发的音」· C头文件 代码 · 共 103 行

H
103
字号
// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++

// NOTE: Do not modify the contents of this file.  If this class is regenerated by
//  Microsoft Visual C++, your modifications will be overwritten.


// Dispatch interfaces referenced by this interface
class CPicture;
class CVideoSampleMachining;
class CTitleGenerator;

/////////////////////////////////////////////////////////////////////////////
// CAVCapture wrapper class

class CAVCapture : public CWnd
{
protected:
	DECLARE_DYNCREATE(CAVCapture)
public:
	CLSID const& GetClsid()
	{
		static CLSID const clsid
			= { 0xd9975692, 0x7d73, 0x485d, { 0x92, 0x85, 0x8b, 0xa1, 0x24, 0x9, 0xb8, 0xd1 } };
		return clsid;
	}
	virtual BOOL Create(LPCTSTR lpszClassName,
		LPCTSTR lpszWindowName, DWORD dwStyle,
		const RECT& rect,
		CWnd* pParentWnd, UINT nID,
		CCreateContext* pContext = NULL)
	{ return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID); }

    BOOL Create(LPCTSTR lpszWindowName, DWORD dwStyle,
		const RECT& rect, CWnd* pParentWnd, UINT nID,
		CFile* pPersist = NULL, BOOL bStorage = FALSE,
		BSTR bstrLicKey = NULL)
	{ return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID,
		pPersist, bStorage, bstrLicKey); }

// Attributes
public:

// Operations
public:
	void SetText(LPCTSTR lpszNewValue);
	CString GetText();
	void SetRefPicture(LPDISPATCH newValue);
	void SetPicture(LPDISPATCH newValue);
	CPicture GetPicture();
	long GetACDCounts();
	long GetCurACD();
	void SetCurACD(long nNewValue);
	CString GetACDName(long lIndex);
	long GetVCDCounts();
	long GetCurVCD();
	void SetCurVCD(long nNewValue);
	CString GetVCDName(long lIndex);
	long GetPlayState();
	void SetPlayState(long nNewValue);
	long GetACompCounts();
	long GetCurAComp();
	void SetCurAComp(long nNewValue);
	CString GetACompName(long lIndex);
	long GetVCompCounts();
	long GetCurVComp();
	void SetCurVComp(long nNewValue);
	CString GetVCompName(long lIndex);
	long GetARDCounts();
	long GetCurARD();
	void SetCurARD(long nNewValue);
	CString GetARDName(long lIndex);
	long GetVCDInputCounts();
	long GetCurVCDInput();
	void SetCurVCDInput(long nNewValue);
	CString GetVCDInputName(long lIndex);
	BOOL GetCaptureAudio();
	void SetCaptureAudio(BOOL bNewValue);
	BOOL GetCaptureVideo();
	void SetCaptureVideo(BOOL bNewValue);
	BOOL GetPreviewAudio();
	void SetPreviewAudio(BOOL bNewValue);
	BOOL GetPreviewVideo();
	void SetPreviewVideo(BOOL bNewValue);
	BOOL GetAddToRot();
	void SetAddToRot(BOOL bNewValue);
	CString GetCaptureFile();
	void SetCaptureFile(LPCTSTR lpszNewValue);
	void TakePictureToFile(LPCTSTR bstrFileName);
	long GetVideoWidth();
	long GetVideoHeight();
	void Coarseness();
	void Fine();
	BOOL GetEnableDefaultMenu();
	void SetEnableDefaultMenu(BOOL bNewValue);
	CPicture GetCurrentImage();
	CVideoSampleMachining GetVideoSampleMachining();
	void SetRefVideoSampleMachining(LPDISPATCH newValue);
	CTitleGenerator GetTitleGenerator();
	void ShowConfigureDialog(long eDlg);
	long GetDefaultMenuItems();
	void SetDefaultMenuItems(long nNewValue);
};

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?