| 
									
										
										
										
											2018-04-21 23:09:59 +08:00
										 |  |  |  | #pragma once
 | 
					
						
							|  |  |  |  | #include "e2dmacros.h"
 | 
					
						
							| 
									
										
										
										
											2018-05-22 11:58:45 +08:00
										 |  |  |  | #include "e2dcommon.h"
 | 
					
						
							| 
									
										
										
										
											2018-04-21 23:09:59 +08:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  | namespace e2d | 
					
						
							|  |  |  |  | { | 
					
						
							| 
									
										
										
										
											2018-05-24 00:58:16 +08:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | class Music; | 
					
						
							| 
									
										
										
										
											2018-05-22 11:58:45 +08:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-05-24 00:58:16 +08:00
										 |  |  |  | // <20><>Դ<EFBFBD>ص<EFBFBD>
 | 
					
						
							|  |  |  |  | class VoiceCallback  | 
					
						
							|  |  |  |  | 	: public IXAudio2VoiceCallback | 
					
						
							|  |  |  |  | { | 
					
						
							|  |  |  |  | public: | 
					
						
							| 
									
										
										
										
											2018-08-12 12:06:06 +08:00
										 |  |  |  | 	explicit VoiceCallback( | 
					
						
							|  |  |  |  | 		Music * music | 
					
						
							|  |  |  |  | 	); | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-05-24 00:58:16 +08:00
										 |  |  |  | 	~VoiceCallback(); | 
					
						
							| 
									
										
										
										
											2018-05-22 11:58:45 +08:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-05-24 00:58:16 +08:00
										 |  |  |  | 	void __stdcall OnStreamEnd(); | 
					
						
							| 
									
										
										
										
											2018-05-22 11:58:45 +08:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-05-24 00:58:16 +08:00
										 |  |  |  | 	void __stdcall OnBufferEnd( | 
					
						
							|  |  |  |  | 		void * pBufferContext | 
					
						
							|  |  |  |  | 	); | 
					
						
							| 
									
										
										
										
											2018-05-22 11:58:45 +08:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-05-24 00:58:16 +08:00
										 |  |  |  | 	void __stdcall OnBufferStart( | 
					
						
							|  |  |  |  | 		void * pBufferContext | 
					
						
							|  |  |  |  | 	); | 
					
						
							| 
									
										
										
										
											2018-05-22 11:58:45 +08:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-05-24 00:58:16 +08:00
										 |  |  |  | 	void __stdcall OnLoopEnd( | 
					
						
							|  |  |  |  | 		void * pBufferContext | 
					
						
							|  |  |  |  | 	); | 
					
						
							| 
									
										
										
										
											2018-05-22 11:58:45 +08:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-05-24 00:58:16 +08:00
										 |  |  |  | 	void __stdcall OnVoiceProcessingPassEnd(); | 
					
						
							| 
									
										
										
										
											2018-05-22 11:58:45 +08:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-05-24 00:58:16 +08:00
										 |  |  |  | 	void __stdcall OnVoiceProcessingPassStart( | 
					
						
							|  |  |  |  | 		UINT32 SamplesRequired | 
					
						
							|  |  |  |  | 	); | 
					
						
							| 
									
										
										
										
											2018-05-22 11:58:45 +08:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-05-24 00:58:16 +08:00
										 |  |  |  | 	void __stdcall OnVoiceError( | 
					
						
							|  |  |  |  | 		void * pBufferContext, | 
					
						
							|  |  |  |  | 		HRESULT Error | 
					
						
							|  |  |  |  | 	); | 
					
						
							| 
									
										
										
										
											2018-05-22 11:58:45 +08:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-05-24 00:58:16 +08:00
										 |  |  |  | 	void SetFuncOnStreamEnd( | 
					
						
							|  |  |  |  | 		const Function& func | 
					
						
							|  |  |  |  | 	); | 
					
						
							| 
									
										
										
										
											2018-05-22 11:58:45 +08:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-05-24 00:58:16 +08:00
										 |  |  |  | 	void SetFuncOnLoopEnd( | 
					
						
							|  |  |  |  | 		const Function& func | 
					
						
							|  |  |  |  | 	); | 
					
						
							| 
									
										
										
										
											2018-05-22 11:58:45 +08:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-05-24 00:58:16 +08:00
										 |  |  |  | protected: | 
					
						
							|  |  |  |  | 	Music * _music; | 
					
						
							|  |  |  |  | 	Function _loopEndFunc; | 
					
						
							|  |  |  |  | 	Function _streamEndFunc; | 
					
						
							|  |  |  |  | }; | 
					
						
							| 
									
										
										
										
											2018-05-22 11:58:45 +08:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-05-24 00:58:16 +08:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  | // <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ⱦ<EFBFBD><C8BE>
 | 
					
						
							|  |  |  |  | class TextRenderer  | 
					
						
							|  |  |  |  | 	: public IDWriteTextRenderer | 
					
						
							|  |  |  |  | { | 
					
						
							| 
									
										
										
										
											2018-05-24 17:19:54 +08:00
										 |  |  |  | private: | 
					
						
							|  |  |  |  | 	TextRenderer(); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 	~TextRenderer(); | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-05-24 00:58:16 +08:00
										 |  |  |  | public: | 
					
						
							| 
									
										
										
										
											2018-07-24 00:24:29 +08:00
										 |  |  |  | 	static HRESULT Create( | 
					
						
							|  |  |  |  | 		TextRenderer** ppTextRenderer, | 
					
						
							| 
									
										
										
										
											2018-05-24 00:58:16 +08:00
										 |  |  |  | 		ID2D1Factory* pD2DFactory, | 
					
						
							|  |  |  |  | 		ID2D1HwndRenderTarget* pRT, | 
					
						
							|  |  |  |  | 		ID2D1SolidColorBrush* pBrush | 
					
						
							|  |  |  |  | 	); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 	STDMETHOD_(void, SetTextStyle)( | 
					
						
							|  |  |  |  | 		CONST D2D1_COLOR_F &fillColor, | 
					
						
							|  |  |  |  | 		BOOL hasOutline, | 
					
						
							|  |  |  |  | 		CONST D2D1_COLOR_F &outlineColor, | 
					
						
							|  |  |  |  | 		FLOAT outlineWidth, | 
					
						
							|  |  |  |  | 		D2D1_LINE_JOIN outlineJoin | 
					
						
							|  |  |  |  | 	); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 	STDMETHOD(DrawGlyphRun)( | 
					
						
							|  |  |  |  | 		__maybenull void* clientDrawingContext, | 
					
						
							|  |  |  |  | 		FLOAT baselineOriginX, | 
					
						
							|  |  |  |  | 		FLOAT baselineOriginY, | 
					
						
							|  |  |  |  | 		DWRITE_MEASURING_MODE measuringMode, | 
					
						
							|  |  |  |  | 		__in DWRITE_GLYPH_RUN const* glyphRun, | 
					
						
							|  |  |  |  | 		__in DWRITE_GLYPH_RUN_DESCRIPTION const* glyphRunDescription, | 
					
						
							|  |  |  |  | 		IUnknown* clientDrawingEffect | 
					
						
							|  |  |  |  | 	); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 	STDMETHOD(DrawUnderline)( | 
					
						
							|  |  |  |  | 		__maybenull void* clientDrawingContext, | 
					
						
							|  |  |  |  | 		FLOAT baselineOriginX, | 
					
						
							|  |  |  |  | 		FLOAT baselineOriginY, | 
					
						
							|  |  |  |  | 		__in DWRITE_UNDERLINE const* underline, | 
					
						
							|  |  |  |  | 		IUnknown* clientDrawingEffect | 
					
						
							|  |  |  |  | 	); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 	STDMETHOD(DrawStrikethrough)( | 
					
						
							|  |  |  |  | 		__maybenull void* clientDrawingContext, | 
					
						
							|  |  |  |  | 		FLOAT baselineOriginX, | 
					
						
							|  |  |  |  | 		FLOAT baselineOriginY, | 
					
						
							|  |  |  |  | 		__in DWRITE_STRIKETHROUGH const* strikethrough, | 
					
						
							|  |  |  |  | 		IUnknown* clientDrawingEffect | 
					
						
							|  |  |  |  | 	); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 	STDMETHOD(DrawInlineObject)( | 
					
						
							|  |  |  |  | 		__maybenull void* clientDrawingContext, | 
					
						
							|  |  |  |  | 		FLOAT originX, | 
					
						
							|  |  |  |  | 		FLOAT originY, | 
					
						
							|  |  |  |  | 		IDWriteInlineObject* inlineObject, | 
					
						
							|  |  |  |  | 		BOOL isSideways, | 
					
						
							|  |  |  |  | 		BOOL isRightToLeft, | 
					
						
							|  |  |  |  | 		IUnknown* clientDrawingEffect | 
					
						
							|  |  |  |  | 	); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 	STDMETHOD(IsPixelSnappingDisabled)( | 
					
						
							|  |  |  |  | 		__maybenull void* clientDrawingContext, | 
					
						
							|  |  |  |  | 		__out BOOL* isDisabled | 
					
						
							|  |  |  |  | 	); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 	STDMETHOD(GetCurrentTransform)( | 
					
						
							|  |  |  |  | 		__maybenull void* clientDrawingContext, | 
					
						
							|  |  |  |  | 		__out DWRITE_MATRIX* transform | 
					
						
							|  |  |  |  | 	); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 	STDMETHOD(GetPixelsPerDip)( | 
					
						
							|  |  |  |  | 		__maybenull void* clientDrawingContext, | 
					
						
							|  |  |  |  | 		__out FLOAT* pixelsPerDip | 
					
						
							|  |  |  |  | 	); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | public: | 
					
						
							|  |  |  |  | 	unsigned long STDMETHODCALLTYPE AddRef(); | 
					
						
							|  |  |  |  | 	unsigned long STDMETHODCALLTYPE Release(); | 
					
						
							|  |  |  |  | 	HRESULT STDMETHODCALLTYPE QueryInterface( | 
					
						
							|  |  |  |  | 		IID const& riid, | 
					
						
							|  |  |  |  | 		void** ppvObject | 
					
						
							|  |  |  |  | 	); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | private: | 
					
						
							|  |  |  |  | 	unsigned long cRefCount_; | 
					
						
							|  |  |  |  | 	D2D1_COLOR_F sFillColor_; | 
					
						
							|  |  |  |  | 	D2D1_COLOR_F sOutlineColor_; | 
					
						
							|  |  |  |  | 	FLOAT fOutlineWidth; | 
					
						
							|  |  |  |  | 	BOOL bShowOutline_; | 
					
						
							|  |  |  |  | 	ID2D1Factory* pD2DFactory_; | 
					
						
							|  |  |  |  | 	ID2D1HwndRenderTarget* pRT_; | 
					
						
							|  |  |  |  | 	ID2D1SolidColorBrush* pBrush_; | 
					
						
							| 
									
										
										
										
											2018-05-24 17:19:54 +08:00
										 |  |  |  | 	ID2D1StrokeStyle * pCurrStrokeStyle_; | 
					
						
							| 
									
										
										
										
											2018-05-24 00:58:16 +08:00
										 |  |  |  | }; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | // <20>쳣
 | 
					
						
							|  |  |  |  | class Exception | 
					
						
							|  |  |  |  | { | 
					
						
							|  |  |  |  | public: | 
					
						
							| 
									
										
										
										
											2018-07-06 12:59:32 +08:00
										 |  |  |  | 	Exception() E2D_NOEXCEPT; | 
					
						
							| 
									
										
										
										
											2018-05-24 00:58:16 +08:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-08-15 00:06:03 +08:00
										 |  |  |  | 	explicit Exception(const char * message) E2D_NOEXCEPT; | 
					
						
							| 
									
										
										
										
											2018-05-24 00:58:16 +08:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-07-06 12:59:32 +08:00
										 |  |  |  | 	Exception(Exception const& other) E2D_NOEXCEPT; | 
					
						
							| 
									
										
										
										
											2018-05-24 00:58:16 +08:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-07-06 12:59:32 +08:00
										 |  |  |  | 	virtual ~Exception() E2D_NOEXCEPT; | 
					
						
							| 
									
										
										
										
											2018-05-24 00:58:16 +08:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-07-06 12:59:32 +08:00
										 |  |  |  | 	Exception& operator=(Exception const& other) E2D_NOEXCEPT; | 
					
						
							| 
									
										
										
										
											2018-05-24 00:58:16 +08:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  | 	// <20><>ȡ<EFBFBD>쳣<EFBFBD><ECB3A3>Ϣ
 | 
					
						
							| 
									
										
										
										
											2018-08-15 00:06:03 +08:00
										 |  |  |  | 	virtual const char * msg() const; | 
					
						
							| 
									
										
										
										
											2018-05-24 00:58:16 +08:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  | private: | 
					
						
							| 
									
										
										
										
											2018-08-15 00:06:03 +08:00
										 |  |  |  | 	const char * _message; | 
					
						
							| 
									
										
										
										
											2018-05-24 00:58:16 +08:00
										 |  |  |  | }; | 
					
						
							| 
									
										
										
										
											2018-04-21 23:09:59 +08:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-05-24 12:24:39 +08:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  | // ϵͳ<CFB5>쳣
 | 
					
						
							|  |  |  |  | class SystemException | 
					
						
							|  |  |  |  | 	: public Exception | 
					
						
							|  |  |  |  | { | 
					
						
							|  |  |  |  | public: | 
					
						
							| 
									
										
										
										
											2018-07-06 12:59:32 +08:00
										 |  |  |  | 	SystemException() E2D_NOEXCEPT; | 
					
						
							| 
									
										
										
										
											2018-05-24 12:24:39 +08:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-08-15 00:06:03 +08:00
										 |  |  |  | 	explicit SystemException(const char * message) E2D_NOEXCEPT; | 
					
						
							| 
									
										
										
										
											2018-05-24 12:24:39 +08:00
										 |  |  |  | }; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-08-15 00:06:03 +08:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  | template<class Interface> | 
					
						
							|  |  |  |  | inline void SafeRelease(Interface*& p) | 
					
						
							|  |  |  |  | { | 
					
						
							|  |  |  |  | 	if (p != nullptr) | 
					
						
							|  |  |  |  | 	{ | 
					
						
							|  |  |  |  | 		p->Release(); | 
					
						
							|  |  |  |  | 		p = nullptr; | 
					
						
							|  |  |  |  | 	} | 
					
						
							|  |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | inline void ThrowIfFailed(HRESULT hr) | 
					
						
							|  |  |  |  | { | 
					
						
							|  |  |  |  | 	if (FAILED(hr)) | 
					
						
							|  |  |  |  | 	{ | 
					
						
							|  |  |  |  | 		// <20>ڴ˴<DAB4><CBB4><EFBFBD><EFBFBD>öϵ<C3B6><CFB5>Բ<EFBFBD><D4B2><EFBFBD> D2D API <20>쳣.
 | 
					
						
							|  |  |  |  | 		static char s_str[64] = {}; | 
					
						
							|  |  |  |  | 		sprintf_s(s_str, "Failure with HRESULT of %08X", static_cast<unsigned int>(hr)); | 
					
						
							|  |  |  |  | 		throw SystemException(s_str); | 
					
						
							|  |  |  |  | 	} | 
					
						
							|  |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-04-21 23:09:59 +08:00
										 |  |  |  | } |