1 /////////////////////////////////////////////////////////////////////////////
2 // Name: msw/mediactrl.cpp
3 // Purpose: Built-in Media Backends for Windows
4 // Author: Ryan Norton <wxprojects@comcast.net>
8 // Copyright: (c) Ryan Norton
9 // Licence: wxWindows licence
10 /////////////////////////////////////////////////////////////////////////////
12 //===========================================================================
14 //===========================================================================
16 //---------------------------------------------------------------------------
17 // Pre-compiled header stuff
18 //---------------------------------------------------------------------------
20 #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
21 #pragma implementation "mediactrl.h"
24 // For compilers that support precompilation, includes "wx.h".
25 #include "wx/wxprec.h"
31 //---------------------------------------------------------------------------
33 //---------------------------------------------------------------------------
34 #include "wx/mediactrl.h"
36 //---------------------------------------------------------------------------
38 //---------------------------------------------------------------------------
41 //---------------------------------------------------------------------------
42 // Externals (somewhere in src/msw/app.cpp)
43 //---------------------------------------------------------------------------
44 extern "C" WXDLLIMPEXP_BASE HINSTANCE
wxGetInstance(void);
46 extern WXDLLIMPEXP_CORE wxChar
*wxCanvasClassName
;
48 extern WXDLLIMPEXP_CORE
const wxChar
*wxCanvasClassName
;
51 //===========================================================================
52 // BACKEND DECLARATIONS
53 //===========================================================================
55 //---------------------------------------------------------------------------
59 //---------------------------------------------------------------------------
61 //---------------------------------------------------------------------------
62 // Compilation guard for DirectShow
63 //---------------------------------------------------------------------------
66 //---------------------------------------------------------------------------
68 //---------------------------------------------------------------------------
69 #include "wx/msw/ole/oleutils.h" //wxBasicString, IID etc.
70 #include "wx/msw/ole/uuid.h" //IID etc..
72 //---------------------------------------------------------------------------
73 // IIDS - used by CoCreateInstance and IUnknown::QueryInterface
74 //---------------------------------------------------------------------------
75 const IID LIBID_QuartzTypeLib
= {0x56A868B0,0x0AD4,0x11CE,{0xB0,0x3A,0x00,0x20,0xAF,0x0B,0xA7,0x70}};
76 const IID IID_IAMCollection
= {0x56A868B9,0x0AD4,0x11CE,{0xB0,0x3A,0x00,0x20,0xAF,0x0B,0xA7,0x70}};
77 const IID IID_IMediaControl
= {0x56A868B1,0x0AD4,0x11CE,{0xB0,0x3A,0x00,0x20,0xAF,0x0B,0xA7,0x70}};
78 const IID IID_IMediaEvent
= {0x56A868B6,0x0AD4,0x11CE,{0xB0,0x3A,0x00,0x20,0xAF,0x0B,0xA7,0x70}};
79 const IID IID_IMediaEventEx
= {0x56A868C0,0x0AD4,0x11CE,{0xB0,0x3A,0x00,0x20,0xAF,0x0B,0xA7,0x70}};
80 const IID IID_IMediaPosition
= {0x56A868B2,0x0AD4,0x11CE,{0xB0,0x3A,0x00,0x20,0xAF,0x0B,0xA7,0x70}};
81 const IID IID_IBasicAudio
= {0x56A868B3,0x0AD4,0x11CE,{0xB0,0x3A,0x00,0x20,0xAF,0x0B,0xA7,0x70}};
82 const IID IID_IVideoWindow
= {0x56A868B4,0x0AD4,0x11CE,{0xB0,0x3A,0x00,0x20,0xAF,0x0B,0xA7,0x70}};
83 const IID IID_IBasicVideo
= {0x56A868B5,0x0AD4,0x11CE,{0xB0,0x3A,0x00,0x20,0xAF,0x0B,0xA7,0x70}};
84 const IID IID_IBasicVideo2
= {0x329BB360,0xF6EA,0x11D1,{0x90,0x38,0x00,0xA0,0xC9,0x69,0x72,0x98}};
85 const IID IID_IDeferredCommand
= {0x56A868B8,0x0AD4,0x11CE,{0xB0,0x3A,0x00,0x20,0xAF,0x0B,0xA7,0x70}};
86 const IID IID_IQueueCommand
= {0x56A868B7,0x0AD4,0x11CE,{0xB0,0x3A,0x00,0x20,0xAF,0x0B,0xA7,0x70}};
87 const IID IID_IFilterInfo
= {0x56A868BA,0x0AD4,0x11CE,{0xB0,0x3A,0x00,0x20,0xAF,0x0B,0xA7,0x70}};
88 const IID IID_IRegFilterInfo
= {0x56A868BB,0x0AD4,0x11CE,{0xB0,0x3A,0x00,0x20,0xAF,0x0B,0xA7,0x70}};
89 const IID IID_IMediaTypeInfo
= {0x56A868BC,0x0AD4,0x11CE,{0xB0,0x3A,0x00,0x20,0xAF,0x0B,0xA7,0x70}};
90 const IID IID_IPinInfo
= {0x56A868BD,0x0AD4,0x11CE,{0xB0,0x3A,0x00,0x20,0xAF,0x0B,0xA7,0x70}};
91 const IID IID_IAMStats
= {0xBC9BCF80,0xDCD2,0x11D2,{0xAB,0xF6,0x00,0xA0,0xC9,0x05,0xF3,0x75}};
93 //TODO: These 4 lines needed?
97 #endif // CLSID_DEFINED
100 const CLSID CLSID_FilgraphManager
= {0xE436EBB3,0x524F,0x11CE,{0x9F,0x53,0x00,0x20,0xAF,0x0B,0xA7,0x70}};
102 //---------------------------------------------------------------------------
103 // COM INTERFACES (dumped from midl from quartz.idl from MSVC COM Browser)
104 //---------------------------------------------------------------------------
105 MIDL_INTERFACE("56A868B9-0AD4-11CE-B03A-0020AF0BA770")
106 IAMCollection
: public IDispatch
109 virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE
get_Count(
110 /* [retval][out] */ long __RPC_FAR
*plCount
) = 0;
112 virtual /* [id] */ HRESULT STDMETHODCALLTYPE
Item(
113 /* [in] */ long lItem
,
114 /* [out] */ IUnknown __RPC_FAR
*__RPC_FAR
*ppUnk
) = 0;
116 virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE
get__NewEnum(
117 /* [retval][out] */ IUnknown __RPC_FAR
*__RPC_FAR
*ppUnk
) = 0;
121 MIDL_INTERFACE("56A868B1-0AD4-11CE-B03A-0020AF0BA770")
122 IMediaControl
: public IDispatch
125 virtual /* [id] */ HRESULT STDMETHODCALLTYPE
Run( void) = 0;
127 virtual /* [id] */ HRESULT STDMETHODCALLTYPE
Pause( void) = 0;
129 virtual /* [id] */ HRESULT STDMETHODCALLTYPE
Stop( void) = 0;
131 virtual /* [id] */ HRESULT STDMETHODCALLTYPE
GetState(
132 /* [in] */ long msTimeout
,
133 /* [out] */ long __RPC_FAR
*pfs
) = 0;
135 virtual /* [id] */ HRESULT STDMETHODCALLTYPE
RenderFile(
136 /* [in] */ BSTR strFilename
) = 0;
138 virtual /* [id] */ HRESULT STDMETHODCALLTYPE
AddSourceFilter(
139 /* [in] */ BSTR strFilename
,
140 /* [out] */ IDispatch __RPC_FAR
*__RPC_FAR
*ppUnk
) = 0;
142 virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE
get_FilterCollection(
143 /* [retval][out] */ IDispatch __RPC_FAR
*__RPC_FAR
*ppUnk
) = 0;
145 virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE
get_RegFilterCollection(
146 /* [retval][out] */ IDispatch __RPC_FAR
*__RPC_FAR
*ppUnk
) = 0;
148 virtual /* [id] */ HRESULT STDMETHODCALLTYPE
StopWhenReady( void) = 0;
152 MIDL_INTERFACE("56A868B6-0AD4-11CE-B03A-0020AF0BA770")
153 IMediaEvent
: public IDispatch
156 virtual /* [id] */ HRESULT STDMETHODCALLTYPE
GetEventHandle(
157 /* [out] */ LONG_PTR __RPC_FAR
*hEvent
) = 0;
159 virtual /* [id] */ HRESULT STDMETHODCALLTYPE
GetEvent(
160 /* [out] */ long __RPC_FAR
*lEventCode
,
161 /* [out] */ LONG_PTR __RPC_FAR
*lParam1
,
162 /* [out] */ LONG_PTR __RPC_FAR
*lParam2
,
163 /* [in] */ long msTimeout
) = 0;
165 virtual /* [id] */ HRESULT STDMETHODCALLTYPE
WaitForCompletion(
166 /* [in] */ long msTimeout
,
167 /* [out] */ long __RPC_FAR
*pEvCode
) = 0;
169 virtual /* [id] */ HRESULT STDMETHODCALLTYPE
CancelDefaultHandling(
170 /* [in] */ long lEvCode
) = 0;
172 virtual /* [id] */ HRESULT STDMETHODCALLTYPE
RestoreDefaultHandling(
173 /* [in] */ long lEvCode
) = 0;
175 virtual /* [id] */ HRESULT STDMETHODCALLTYPE
FreeEventParams(
176 /* [in] */ long lEvCode
,
177 /* [in] */ LONG_PTR lParam1
,
178 /* [in] */ LONG_PTR lParam2
) = 0;
182 MIDL_INTERFACE("56A868C0-0AD4-11CE-B03A-0020AF0BA770")
183 IMediaEventEx
: public IMediaEvent
186 virtual HRESULT __stdcall
SetNotifyWindow(
187 /* [in] */ LONG_PTR hwnd
,
188 /* [in] */ long lMsg
,
189 /* [in] */ LONG_PTR lInstanceData
) = 0;
191 virtual HRESULT __stdcall
SetNotifyFlags(
192 /* [in] */ long lNoNotifyFlags
) = 0;
194 virtual HRESULT __stdcall
GetNotifyFlags(
195 /* [out] */ long __RPC_FAR
*lplNoNotifyFlags
) = 0;
199 MIDL_INTERFACE("56A868B2-0AD4-11CE-B03A-0020AF0BA770")
200 IMediaPosition
: public IDispatch
203 virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE
get_Duration(
204 /* [retval][out] */ double __RPC_FAR
*plength
) = 0;
206 virtual /* [propput][id] */ HRESULT STDMETHODCALLTYPE
put_CurrentPosition(
207 /* [in] */ double pllTime
) = 0;
209 virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE
get_CurrentPosition(
210 /* [retval][out] */ double __RPC_FAR
*pllTime
) = 0;
212 virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE
get_StopTime(
213 /* [retval][out] */ double __RPC_FAR
*pllTime
) = 0;
215 virtual /* [propput][id] */ HRESULT STDMETHODCALLTYPE
put_StopTime(
216 /* [in] */ double pllTime
) = 0;
218 virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE
get_PrerollTime(
219 /* [retval][out] */ double __RPC_FAR
*pllTime
) = 0;
221 virtual /* [propput][id] */ HRESULT STDMETHODCALLTYPE
put_PrerollTime(
222 /* [in] */ double pllTime
) = 0;
224 virtual /* [propput][id] */ HRESULT STDMETHODCALLTYPE
put_Rate(
225 /* [in] */ double pdRate
) = 0;
227 virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE
get_Rate(
228 /* [retval][out] */ double __RPC_FAR
*pdRate
) = 0;
230 virtual /* [id] */ HRESULT STDMETHODCALLTYPE
CanSeekForward(
231 /* [retval][out] */ long __RPC_FAR
*pCanSeekForward
) = 0;
233 virtual /* [id] */ HRESULT STDMETHODCALLTYPE
CanSeekBackward(
234 /* [retval][out] */ long __RPC_FAR
*pCanSeekBackward
) = 0;
238 MIDL_INTERFACE("56A868B3-0AD4-11CE-B03A-0020AF0BA770")
239 IBasicAudio
: public IDispatch
242 virtual /* [propput][id] */ HRESULT STDMETHODCALLTYPE
put_Volume(
243 /* [in] */ long plVolume
) = 0;
245 virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE
get_Volume(
246 /* [retval][out] */ long __RPC_FAR
*plVolume
) = 0;
248 virtual /* [propput][id] */ HRESULT STDMETHODCALLTYPE
put_Balance(
249 /* [in] */ long plBalance
) = 0;
251 virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE
get_Balance(
252 /* [retval][out] */ long __RPC_FAR
*plBalance
) = 0;
256 MIDL_INTERFACE("56A868B4-0AD4-11CE-B03A-0020AF0BA770")
257 IVideoWindow
: public IDispatch
260 virtual /* [propput][id] */ HRESULT STDMETHODCALLTYPE
put_Caption(
261 /* [in] */ BSTR strCaption
) = 0;
263 virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE
get_Caption(
264 /* [retval][out] */ BSTR __RPC_FAR
*strCaption
) = 0;
266 virtual /* [propput][id] */ HRESULT STDMETHODCALLTYPE
put_WindowStyle(
267 /* [in] */ long WindowStyle
) = 0;
269 virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE
get_WindowStyle(
270 /* [retval][out] */ long __RPC_FAR
*WindowStyle
) = 0;
272 virtual /* [propput][id] */ HRESULT STDMETHODCALLTYPE
put_WindowStyleEx(
273 /* [in] */ long WindowStyleEx
) = 0;
275 virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE
get_WindowStyleEx(
276 /* [retval][out] */ long __RPC_FAR
*WindowStyleEx
) = 0;
278 virtual /* [propput][id] */ HRESULT STDMETHODCALLTYPE
put_AutoShow(
279 /* [in] */ long AutoShow
) = 0;
281 virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE
get_AutoShow(
282 /* [retval][out] */ long __RPC_FAR
*AutoShow
) = 0;
284 virtual /* [propput][id] */ HRESULT STDMETHODCALLTYPE
put_WindowState(
285 /* [in] */ long WindowState
) = 0;
287 virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE
get_WindowState(
288 /* [retval][out] */ long __RPC_FAR
*WindowState
) = 0;
290 virtual /* [propput][id] */ HRESULT STDMETHODCALLTYPE
put_BackgroundPalette(
291 /* [in] */ long pBackgroundPalette
) = 0;
293 virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE
get_BackgroundPalette(
294 /* [retval][out] */ long __RPC_FAR
*pBackgroundPalette
) = 0;
296 virtual /* [propput][id] */ HRESULT STDMETHODCALLTYPE
put_Visible(
297 /* [in] */ long pVisible
) = 0;
299 virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE
get_Visible(
300 /* [retval][out] */ long __RPC_FAR
*pVisible
) = 0;
302 virtual /* [propput][id] */ HRESULT STDMETHODCALLTYPE
put_Left(
303 /* [in] */ long pLeft
) = 0;
305 virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE
get_Left(
306 /* [retval][out] */ long __RPC_FAR
*pLeft
) = 0;
308 virtual /* [propput][id] */ HRESULT STDMETHODCALLTYPE
put_Width(
309 /* [in] */ long pWidth
) = 0;
311 virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE
get_Width(
312 /* [retval][out] */ long __RPC_FAR
*pWidth
) = 0;
314 virtual /* [propput][id] */ HRESULT STDMETHODCALLTYPE
put_Top(
315 /* [in] */ long pTop
) = 0;
317 virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE
get_Top(
318 /* [retval][out] */ long __RPC_FAR
*pTop
) = 0;
320 virtual /* [propput][id] */ HRESULT STDMETHODCALLTYPE
put_Height(
321 /* [in] */ long pHeight
) = 0;
323 virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE
get_Height(
324 /* [retval][out] */ long __RPC_FAR
*pHeight
) = 0;
326 virtual /* [propput][id] */ HRESULT STDMETHODCALLTYPE
put_Owner(
327 /* [in] */ LONG_PTR Owner
) = 0;
329 virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE
get_Owner(
330 /* [retval][out] */ LONG_PTR __RPC_FAR
*Owner
) = 0;
332 virtual /* [propput][id] */ HRESULT STDMETHODCALLTYPE
put_MessageDrain(
333 /* [in] */ LONG_PTR Drain
) = 0;
335 virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE
get_MessageDrain(
336 /* [retval][out] */ LONG_PTR __RPC_FAR
*Drain
) = 0;
338 virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE
get_BorderColor(
339 /* [retval][out] */ long __RPC_FAR
*Color
) = 0;
341 virtual /* [propput][id] */ HRESULT STDMETHODCALLTYPE
put_BorderColor(
342 /* [in] */ long Color
) = 0;
344 virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE
get_FullScreenMode(
345 /* [retval][out] */ long __RPC_FAR
*FullScreenMode
) = 0;
347 virtual /* [propput][id] */ HRESULT STDMETHODCALLTYPE
put_FullScreenMode(
348 /* [in] */ long FullScreenMode
) = 0;
350 virtual /* [id] */ HRESULT STDMETHODCALLTYPE
SetWindowForeground(
351 /* [in] */ long Focus
) = 0;
353 virtual /* [id] */ HRESULT STDMETHODCALLTYPE
NotifyOwnerMessage(
354 /* [in] */ LONG_PTR hwnd
,
355 /* [in] */ long uMsg
,
356 /* [in] */ LONG_PTR wParam
,
357 /* [in] */ LONG_PTR lParam
) = 0;
359 virtual /* [id] */ HRESULT STDMETHODCALLTYPE
SetWindowPosition(
360 /* [in] */ long Left
,
362 /* [in] */ long Width
,
363 /* [in] */ long Height
) = 0;
365 virtual /* [id] */ HRESULT STDMETHODCALLTYPE
GetWindowPosition(
366 /* [out] */ long __RPC_FAR
*pLeft
,
367 /* [out] */ long __RPC_FAR
*pTop
,
368 /* [out] */ long __RPC_FAR
*pWidth
,
369 /* [out] */ long __RPC_FAR
*pHeight
) = 0;
371 virtual /* [id] */ HRESULT STDMETHODCALLTYPE
GetMinIdealImageSize(
372 /* [out] */ long __RPC_FAR
*pWidth
,
373 /* [out] */ long __RPC_FAR
*pHeight
) = 0;
375 virtual /* [id] */ HRESULT STDMETHODCALLTYPE
GetMaxIdealImageSize(
376 /* [out] */ long __RPC_FAR
*pWidth
,
377 /* [out] */ long __RPC_FAR
*pHeight
) = 0;
379 virtual /* [id] */ HRESULT STDMETHODCALLTYPE
GetRestorePosition(
380 /* [out] */ long __RPC_FAR
*pLeft
,
381 /* [out] */ long __RPC_FAR
*pTop
,
382 /* [out] */ long __RPC_FAR
*pWidth
,
383 /* [out] */ long __RPC_FAR
*pHeight
) = 0;
385 virtual /* [id] */ HRESULT STDMETHODCALLTYPE
HideCursor(
386 /* [in] */ long HideCursor
) = 0;
388 virtual /* [id] */ HRESULT STDMETHODCALLTYPE
IsCursorHidden(
389 /* [out] */ long __RPC_FAR
*CursorHidden
) = 0;
393 MIDL_INTERFACE("56A868B5-0AD4-11CE-B03A-0020AF0BA770")
394 IBasicVideo
: public IDispatch
397 virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE
get_AvgTimePerFrame(
398 /* [retval][out] */ double __RPC_FAR
*pAvgTimePerFrame
) = 0;
400 virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE
get_BitRate(
401 /* [retval][out] */ long __RPC_FAR
*pBitRate
) = 0;
403 virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE
get_BitErrorRate(
404 /* [retval][out] */ long __RPC_FAR
*pBitErrorRate
) = 0;
406 virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE
get_VideoWidth(
407 /* [retval][out] */ long __RPC_FAR
*pVideoWidth
) = 0;
409 virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE
get_VideoHeight(
410 /* [retval][out] */ long __RPC_FAR
*pVideoHeight
) = 0;
412 virtual /* [propput][id] */ HRESULT STDMETHODCALLTYPE
put_SourceLeft(
413 /* [in] */ long pSourceLeft
) = 0;
415 virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE
get_SourceLeft(
416 /* [retval][out] */ long __RPC_FAR
*pSourceLeft
) = 0;
418 virtual /* [propput][id] */ HRESULT STDMETHODCALLTYPE
put_SourceWidth(
419 /* [in] */ long pSourceWidth
) = 0;
421 virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE
get_SourceWidth(
422 /* [retval][out] */ long __RPC_FAR
*pSourceWidth
) = 0;
424 virtual /* [propput][id] */ HRESULT STDMETHODCALLTYPE
put_SourceTop(
425 /* [in] */ long pSourceTop
) = 0;
427 virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE
get_SourceTop(
428 /* [retval][out] */ long __RPC_FAR
*pSourceTop
) = 0;
430 virtual /* [propput][id] */ HRESULT STDMETHODCALLTYPE
put_SourceHeight(
431 /* [in] */ long pSourceHeight
) = 0;
433 virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE
get_SourceHeight(
434 /* [retval][out] */ long __RPC_FAR
*pSourceHeight
) = 0;
436 virtual /* [propput][id] */ HRESULT STDMETHODCALLTYPE
put_DestinationLeft(
437 /* [in] */ long pDestinationLeft
) = 0;
439 virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE
get_DestinationLeft(
440 /* [retval][out] */ long __RPC_FAR
*pDestinationLeft
) = 0;
442 virtual /* [propput][id] */ HRESULT STDMETHODCALLTYPE
put_DestinationWidth(
443 /* [in] */ long pDestinationWidth
) = 0;
445 virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE
get_DestinationWidth(
446 /* [retval][out] */ long __RPC_FAR
*pDestinationWidth
) = 0;
448 virtual /* [propput][id] */ HRESULT STDMETHODCALLTYPE
put_DestinationTop(
449 /* [in] */ long pDestinationTop
) = 0;
451 virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE
get_DestinationTop(
452 /* [retval][out] */ long __RPC_FAR
*pDestinationTop
) = 0;
454 virtual /* [propput][id] */ HRESULT STDMETHODCALLTYPE
put_DestinationHeight(
455 /* [in] */ long pDestinationHeight
) = 0;
457 virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE
get_DestinationHeight(
458 /* [retval][out] */ long __RPC_FAR
*pDestinationHeight
) = 0;
460 virtual /* [id] */ HRESULT STDMETHODCALLTYPE
SetSourcePosition(
461 /* [in] */ long Left
,
463 /* [in] */ long Width
,
464 /* [in] */ long Height
) = 0;
466 virtual /* [id] */ HRESULT STDMETHODCALLTYPE
GetSourcePosition(
467 /* [out] */ long __RPC_FAR
*pLeft
,
468 /* [out] */ long __RPC_FAR
*pTop
,
469 /* [out] */ long __RPC_FAR
*pWidth
,
470 /* [out] */ long __RPC_FAR
*pHeight
) = 0;
472 virtual /* [id] */ HRESULT STDMETHODCALLTYPE
SetDefaultSourcePosition( void) = 0;
474 virtual /* [id] */ HRESULT STDMETHODCALLTYPE
SetDestinationPosition(
475 /* [in] */ long Left
,
477 /* [in] */ long Width
,
478 /* [in] */ long Height
) = 0;
480 virtual /* [id] */ HRESULT STDMETHODCALLTYPE
GetDestinationPosition(
481 /* [out] */ long __RPC_FAR
*pLeft
,
482 /* [out] */ long __RPC_FAR
*pTop
,
483 /* [out] */ long __RPC_FAR
*pWidth
,
484 /* [out] */ long __RPC_FAR
*pHeight
) = 0;
486 virtual /* [id] */ HRESULT STDMETHODCALLTYPE
SetDefaultDestinationPosition( void) = 0;
488 virtual /* [id] */ HRESULT STDMETHODCALLTYPE
GetVideoSize(
489 /* [out] */ long __RPC_FAR
*pWidth
,
490 /* [out] */ long __RPC_FAR
*pHeight
) = 0;
492 virtual /* [id] */ HRESULT STDMETHODCALLTYPE
GetVideoPaletteEntries(
493 /* [in] */ long StartIndex
,
494 /* [in] */ long Entries
,
495 /* [out] */ long __RPC_FAR
*pRetrieved
,
496 /* [out] */ long __RPC_FAR
*pPalette
) = 0;
498 virtual /* [id] */ HRESULT STDMETHODCALLTYPE
GetCurrentImage(
499 /* [out][in] */ long __RPC_FAR
*pBufferSize
,
500 /* [out] */ long __RPC_FAR
*pDIBImage
) = 0;
502 virtual /* [id] */ HRESULT STDMETHODCALLTYPE
IsUsingDefaultSource( void) = 0;
504 virtual /* [id] */ HRESULT STDMETHODCALLTYPE
IsUsingDefaultDestination( void) = 0;
508 MIDL_INTERFACE("329BB360-F6EA-11D1-9038-00A0C9697298")
509 IBasicVideo2
: public IBasicVideo
512 virtual HRESULT __stdcall
GetPreferredAspectRatio(
513 /* [out] */ long __RPC_FAR
*plAspectX
,
514 /* [out] */ long __RPC_FAR
*plAspectY
) = 0;
518 MIDL_INTERFACE("56A868B8-0AD4-11CE-B03A-0020AF0BA770")
519 IDeferredCommand
: public IUnknown
522 virtual HRESULT __stdcall
Cancel( void) = 0;
524 virtual HRESULT __stdcall
Confidence(
525 /* [out] */ long __RPC_FAR
*pConfidence
) = 0;
527 virtual HRESULT __stdcall
Postpone(
528 /* [in] */ double newtime
) = 0;
530 virtual HRESULT __stdcall
GetHResult(
531 /* [out] */ HRESULT __RPC_FAR
*phrResult
) = 0;
535 MIDL_INTERFACE("56A868B7-0AD4-11CE-B03A-0020AF0BA770")
536 IQueueCommand
: public IUnknown
539 virtual HRESULT __stdcall
InvokeAtStreamTime(
540 /* [out] */ IDeferredCommand __RPC_FAR
*__RPC_FAR
*pCmd
,
541 /* [in] */ double time
,
542 /* [in] */ GUID __RPC_FAR
*iid
,
543 /* [in] */ long dispidMethod
,
544 /* [in] */ short wFlags
,
545 /* [in] */ long cArgs
,
546 /* [in] */ VARIANT __RPC_FAR
*pDispParams
,
547 /* [out][in] */ VARIANT __RPC_FAR
*pvarResult
,
548 /* [out] */ short __RPC_FAR
*puArgErr
) = 0;
550 virtual HRESULT __stdcall
InvokeAtPresentationTime(
551 /* [out] */ IDeferredCommand __RPC_FAR
*__RPC_FAR
*pCmd
,
552 /* [in] */ double time
,
553 /* [in] */ GUID __RPC_FAR
*iid
,
554 /* [in] */ long dispidMethod
,
555 /* [in] */ short wFlags
,
556 /* [in] */ long cArgs
,
557 /* [in] */ VARIANT __RPC_FAR
*pDispParams
,
558 /* [out][in] */ VARIANT __RPC_FAR
*pvarResult
,
559 /* [out] */ short __RPC_FAR
*puArgErr
) = 0;
563 MIDL_INTERFACE("56A868BA-0AD4-11CE-B03A-0020AF0BA770")
564 IFilterInfo
: public IDispatch
567 virtual /* [id] */ HRESULT STDMETHODCALLTYPE
FindPin(
568 /* [in] */ BSTR strPinID
,
569 /* [out] */ IDispatch __RPC_FAR
*__RPC_FAR
*ppUnk
) = 0;
571 virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE
get_Name(
572 /* [retval][out] */ BSTR __RPC_FAR
*strName
) = 0;
574 virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE
get_VendorInfo(
575 /* [retval][out] */ BSTR __RPC_FAR
*strVendorInfo
) = 0;
577 virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE
get_Filter(
578 /* [retval][out] */ IUnknown __RPC_FAR
*__RPC_FAR
*ppUnk
) = 0;
580 virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE
get_Pins(
581 /* [retval][out] */ IDispatch __RPC_FAR
*__RPC_FAR
*ppUnk
) = 0;
583 virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE
get_IsFileSource(
584 /* [retval][out] */ long __RPC_FAR
*pbIsSource
) = 0;
586 virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE
get_Filename(
587 /* [retval][out] */ BSTR __RPC_FAR
*pstrFilename
) = 0;
589 virtual /* [propput][id] */ HRESULT STDMETHODCALLTYPE
put_Filename(
590 /* [in] */ BSTR pstrFilename
) = 0;
594 MIDL_INTERFACE("56A868BB-0AD4-11CE-B03A-0020AF0BA770")
595 IRegFilterInfo
: public IDispatch
598 virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE
get_Name(
599 /* [retval][out] */ BSTR __RPC_FAR
*strName
) = 0;
601 virtual /* [id] */ HRESULT STDMETHODCALLTYPE
Filter(
602 /* [out] */ IDispatch __RPC_FAR
*__RPC_FAR
*ppUnk
) = 0;
606 MIDL_INTERFACE("56A868BC-0AD4-11CE-B03A-0020AF0BA770")
607 IMediaTypeInfo
: public IDispatch
610 virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE
get_Type(
611 /* [retval][out] */ BSTR __RPC_FAR
*strType
) = 0;
613 virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE
get_Subtype(
614 /* [retval][out] */ BSTR __RPC_FAR
*strType
) = 0;
618 MIDL_INTERFACE("56A868BD-0AD4-11CE-B03A-0020AF0BA770")
619 IPinInfo
: public IDispatch
622 virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE
get_Pin(
623 /* [retval][out] */ IUnknown __RPC_FAR
*__RPC_FAR
*ppUnk
) = 0;
625 virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE
get_ConnectedTo(
626 /* [retval][out] */ IDispatch __RPC_FAR
*__RPC_FAR
*ppUnk
) = 0;
628 virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE
get_ConnectionMediaType(
629 /* [retval][out] */ IDispatch __RPC_FAR
*__RPC_FAR
*ppUnk
) = 0;
631 virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE
get_FilterInfo(
632 /* [retval][out] */ IDispatch __RPC_FAR
*__RPC_FAR
*ppUnk
) = 0;
634 virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE
get_Name(
635 /* [retval][out] */ BSTR __RPC_FAR
*ppUnk
) = 0;
637 virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE
get_Direction(
638 /* [retval][out] */ long __RPC_FAR
*ppDirection
) = 0;
640 virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE
get_PinID(
641 /* [retval][out] */ BSTR __RPC_FAR
*strPinID
) = 0;
643 virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE
get_MediaTypes(
644 /* [retval][out] */ IDispatch __RPC_FAR
*__RPC_FAR
*ppUnk
) = 0;
646 virtual /* [id] */ HRESULT STDMETHODCALLTYPE
Connect(
647 /* [in] */ IUnknown __RPC_FAR
*pPin
) = 0;
649 virtual /* [id] */ HRESULT STDMETHODCALLTYPE
ConnectDirect(
650 /* [in] */ IUnknown __RPC_FAR
*pPin
) = 0;
652 virtual /* [id] */ HRESULT STDMETHODCALLTYPE
ConnectWithType(
653 /* [in] */ IUnknown __RPC_FAR
*pPin
,
654 /* [in] */ IDispatch __RPC_FAR
*pMediaType
) = 0;
656 virtual /* [id] */ HRESULT STDMETHODCALLTYPE
Disconnect( void) = 0;
658 virtual /* [id] */ HRESULT STDMETHODCALLTYPE
Render( void) = 0;
662 MIDL_INTERFACE("BC9BCF80-DCD2-11D2-ABF6-00A0C905F375")
663 IAMStats
: public IDispatch
666 virtual /* [id] */ HRESULT STDMETHODCALLTYPE
Reset( void) = 0;
668 virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE
get_Count(
669 /* [retval][out] */ long __RPC_FAR
*plCount
) = 0;
671 virtual /* [id] */ HRESULT STDMETHODCALLTYPE
GetValueByIndex(
672 /* [in] */ long lIndex
,
673 /* [out] */ BSTR __RPC_FAR
*szName
,
674 /* [out] */ long __RPC_FAR
*lCount
,
675 /* [out] */ double __RPC_FAR
*dLast
,
676 /* [out] */ double __RPC_FAR
*dAverage
,
677 /* [out] */ double __RPC_FAR
*dStdDev
,
678 /* [out] */ double __RPC_FAR
*dMin
,
679 /* [out] */ double __RPC_FAR
*dMax
) = 0;
681 virtual /* [id] */ HRESULT STDMETHODCALLTYPE
GetValueByName(
682 /* [in] */ BSTR szName
,
683 /* [out] */ long __RPC_FAR
*lIndex
,
684 /* [out] */ long __RPC_FAR
*lCount
,
685 /* [out] */ double __RPC_FAR
*dLast
,
686 /* [out] */ double __RPC_FAR
*dAverage
,
687 /* [out] */ double __RPC_FAR
*dStdDev
,
688 /* [out] */ double __RPC_FAR
*dMin
,
689 /* [out] */ double __RPC_FAR
*dMax
) = 0;
691 virtual /* [id] */ HRESULT STDMETHODCALLTYPE
GetIndex(
692 /* [in] */ BSTR szName
,
693 /* [in] */ long lCreate
,
694 /* [out] */ long __RPC_FAR
*plIndex
) = 0;
696 virtual /* [id] */ HRESULT STDMETHODCALLTYPE
AddValue(
697 /* [in] */ long lIndex
,
698 /* [in] */ double dValue
) = 0;
702 //------------------------------------------------------------------
703 // wxAMMediaBackend (Active Movie)
704 //------------------------------------------------------------------
705 class WXDLLIMPEXP_MEDIA wxAMMediaBackend
: public wxMediaBackend
710 virtual ~wxAMMediaBackend();
712 virtual bool CreateControl(wxControl
* ctrl
, wxWindow
* parent
,
717 const wxValidator
& validator
,
718 const wxString
& name
);
721 virtual bool Pause();
724 virtual bool Load(const wxString
& fileName
);
725 virtual bool Load(const wxURI
& location
);
727 virtual wxMediaState
GetState();
729 virtual bool SetPosition(wxLongLong where
);
730 virtual wxLongLong
GetPosition();
731 virtual wxLongLong
GetDuration();
733 virtual void Move(int x
, int y
, int w
, int h
);
734 wxSize
GetVideoSize() const;
736 virtual double GetPlaybackRate();
737 virtual bool SetPlaybackRate(double);
743 static LRESULT CALLBACK
NotifyWndProc(HWND hWnd
, UINT nMsg
,
744 WPARAM wParam
, LPARAM lParam
);
746 LRESULT CALLBACK
OnNotifyWndProc(HWND hWnd
, UINT nMsg
,
747 WPARAM wParam
, LPARAM lParam
);
753 IMediaControl
* m_pMC
;
754 IMediaEventEx
* m_pME
;
755 IMediaPosition
* m_pMS
;
761 DECLARE_DYNAMIC_CLASS(wxAMMediaBackend
);
764 #endif //wxUSE_DIRECTSHOW
766 //---------------------------------------------------------------------------
770 //---------------------------------------------------------------------------
772 //---------------------------------------------------------------------------
774 //---------------------------------------------------------------------------
775 #include <mmsystem.h>
777 class WXDLLIMPEXP_MEDIA wxMCIMediaBackend
: public wxMediaBackend
782 ~wxMCIMediaBackend();
784 virtual bool CreateControl(wxControl
* ctrl
, wxWindow
* parent
,
789 const wxValidator
& validator
,
790 const wxString
& name
);
793 virtual bool Pause();
796 virtual bool Load(const wxString
& fileName
);
797 virtual bool Load(const wxURI
& location
);
799 virtual wxMediaState
GetState();
801 virtual bool SetPosition(wxLongLong where
);
802 virtual wxLongLong
GetPosition();
803 virtual wxLongLong
GetDuration();
805 virtual void Move(int x
, int y
, int w
, int h
);
806 wxSize
GetVideoSize() const;
808 virtual double GetPlaybackRate();
809 virtual bool SetPlaybackRate(double dRate
);
811 static LRESULT CALLBACK
NotifyWndProc(HWND hWnd
, UINT nMsg
,
812 WPARAM wParam
, LPARAM lParam
);
814 LRESULT CALLBACK
OnNotifyWndProc(HWND hWnd
, UINT nMsg
,
815 WPARAM wParam
, LPARAM lParam
);
817 MCIDEVICEID m_hDev
; //Our MCI Device ID/Handler
818 wxControl
* m_ctrl
; //Parent control
819 HWND m_hNotifyWnd
; //Window to use for MCI events
820 bool m_bVideo
; //Whether or not we have video
822 DECLARE_DYNAMIC_CLASS(wxMCIMediaBackend
)
825 //---------------------------------------------------------------------------
829 //---------------------------------------------------------------------------
831 //---------------------------------------------------------------------------
832 // QT Compilation Guard
833 //---------------------------------------------------------------------------
834 #undef wxUSE_QUICKTIME
835 #define wxUSE_QUICKTIME 1
838 //---------------------------------------------------------------------------
840 //---------------------------------------------------------------------------
841 //#include <qtml.h> //Windoze QT include
842 //#include <QuickTimeComponents.h> //Standard QT stuff
843 #include "wx/dynlib.h"
845 //---------------------------------------------------------------------------
847 //---------------------------------------------------------------------------
848 typedef struct MovieRecord
* Movie
;
849 typedef wxInt16 OSErr
;
850 typedef wxInt32 OSStatus
;
853 typedef unsigned char Str255
[256];
854 #define StringPtr unsigned char*
855 #define newMovieActive 1
859 #define OSType unsigned long
860 #define CGrafPtr struct GrafPort *
861 #define TimeScale long
862 #define TimeBase struct TimeBaseRecord *
867 Str255 name
; /*Str63 on mac, Str255 on msw */
883 wide value
; /* units */
884 TimeScale scale
; /* units per second */
888 //---------------------------------------------------------------------------
890 //---------------------------------------------------------------------------
891 #define wxDL_METHOD_DEFINE( rettype, name, args, shortargs, defret ) \
892 typedef rettype (* name ## Type) args ; \
893 name ## Type pfn_ ## name; \
895 { if (m_ok) return pfn_ ## name shortargs ; return defret; }
897 #define wxDL_VOIDMETHOD_DEFINE( name, args, shortargs ) \
898 typedef void (* name ## Type) args ; \
899 name ## Type pfn_ ## name; \
901 { if (m_ok) pfn_ ## name shortargs ; }
903 #define wxDL_METHOD_LOAD( lib, name, success ) \
904 pfn_ ## name = (name ## Type) lib.GetSymbol( wxT(#name), &success ); \
905 if (!success) return false;
907 //Class that utilizes Robert Roeblings Dynamic Library Macros
908 class wxQuickTimeLibrary
911 ~wxQuickTimeLibrary()
918 bool IsOk() const {return m_ok
;}
921 wxDynamicLibrary m_dll
;
925 wxDL_VOIDMETHOD_DEFINE( StartMovie
, (Movie m
), (m
) );
926 wxDL_VOIDMETHOD_DEFINE( StopMovie
, (Movie m
), (m
) );
927 wxDL_METHOD_DEFINE( bool, IsMovieDone
, (Movie m
), (m
), false);
928 wxDL_VOIDMETHOD_DEFINE( GoToBeginningOfMovie
, (Movie m
), (m
) );
929 wxDL_METHOD_DEFINE( OSErr
, GetMoviesError
, (), (), -1);
930 wxDL_METHOD_DEFINE( OSErr
, EnterMovies
, (), (), -1);
931 wxDL_VOIDMETHOD_DEFINE( ExitMovies
, (), () );
932 wxDL_METHOD_DEFINE( OSErr
, InitializeQTML
, (long flags
), (flags
), -1);
933 wxDL_VOIDMETHOD_DEFINE( TerminateQTML
, (), () );
935 wxDL_METHOD_DEFINE( OSErr
, NativePathNameToFSSpec
,
936 (char* inName
, FSSpec
* outFile
, long flags
),
937 (inName
, outFile
, flags
), -1);
939 wxDL_METHOD_DEFINE( OSErr
, OpenMovieFile
,
940 (const FSSpec
* fileSpec
, short * resRefNum
, wxInt8 permission
),
941 (fileSpec
, resRefNum
, permission
), -1 );
943 wxDL_METHOD_DEFINE( OSErr
, CloseMovieFile
,
944 (short resRefNum
), (resRefNum
), -1);
946 wxDL_METHOD_DEFINE( OSErr
, NewMovieFromFile
,
947 (Movie
* theMovie
, short resRefNum
, short * resId
,
948 StringPtr resName
, short newMovieFlags
,
949 bool * dataRefWasChanged
),
950 (theMovie
, resRefNum
, resId
, resName
, newMovieFlags
,
951 dataRefWasChanged
), -1);
953 wxDL_VOIDMETHOD_DEFINE( SetMovieRate
, (Movie m
, Fixed rate
), (m
, rate
) );
954 wxDL_METHOD_DEFINE( Fixed
, GetMovieRate
, (Movie m
), (m
), 0);
955 wxDL_VOIDMETHOD_DEFINE( MoviesTask
, (Movie m
, long maxms
), (m
, maxms
) );
956 wxDL_VOIDMETHOD_DEFINE( BlockMove
,
957 (const char* p1
, const char* p2
, long s
), (p1
,p2
,s
) );
958 wxDL_METHOD_DEFINE( Handle
, NewHandleClear
, (long s
), (s
), NULL
);
960 wxDL_METHOD_DEFINE( OSErr
, NewMovieFromDataRef
,
961 (Movie
* m
, short flags
, short * id
,
962 Handle dataRef
, OSType dataRefType
),
963 (m
,flags
,id
,dataRef
,dataRefType
), -1 );
965 wxDL_VOIDMETHOD_DEFINE( DisposeHandle
, (Handle h
), (h
) );
966 wxDL_VOIDMETHOD_DEFINE( GetMovieNaturalBoundsRect
, (Movie m
, Rect
* r
), (m
,r
) );
967 wxDL_METHOD_DEFINE( void*, GetMovieIndTrackType
,
968 (Movie m
, long index
, OSType type
, long flags
),
969 (m
,index
,type
,flags
), NULL
);
970 wxDL_VOIDMETHOD_DEFINE( CreatePortAssociation
,
971 (void* hWnd
, void* junk
, long morejunk
), (hWnd
, junk
, morejunk
) );
972 wxDL_METHOD_DEFINE(void*, GetNativeWindowPort
, (void* hWnd
), (hWnd
), NULL
);
973 wxDL_VOIDMETHOD_DEFINE(SetMovieGWorld
, (Movie m
, CGrafPtr port
, void* whatever
),
974 (m
, port
, whatever
) );
975 wxDL_VOIDMETHOD_DEFINE(DisposeMovie
, (Movie m
), (m
) );
976 wxDL_VOIDMETHOD_DEFINE(SetMovieBox
, (Movie m
, Rect
* r
), (m
,r
));
977 wxDL_VOIDMETHOD_DEFINE(SetMovieTimeScale
, (Movie m
, long s
), (m
,s
));
978 wxDL_METHOD_DEFINE(long, GetMovieDuration
, (Movie m
), (m
), 0);
979 wxDL_METHOD_DEFINE(TimeBase
, GetMovieTimeBase
, (Movie m
), (m
), 0);
980 wxDL_METHOD_DEFINE(TimeScale
, GetMovieTimeScale
, (Movie m
), (m
), 0);
981 wxDL_METHOD_DEFINE(long, GetMovieTime
, (Movie m
, void* cruft
), (m
,cruft
), 0);
982 wxDL_VOIDMETHOD_DEFINE(SetMovieTime
, (Movie m
, TimeRecord
* tr
), (m
,tr
) );
985 bool wxQuickTimeLibrary::Initialize()
989 if(!m_dll
.Load(wxT("qtmlClient.dll")))
994 wxDL_METHOD_LOAD( m_dll
, StartMovie
, bOk
);
995 wxDL_METHOD_LOAD( m_dll
, StopMovie
, bOk
);
996 wxDL_METHOD_LOAD( m_dll
, IsMovieDone
, bOk
);
997 wxDL_METHOD_LOAD( m_dll
, GoToBeginningOfMovie
, bOk
);
998 wxDL_METHOD_LOAD( m_dll
, GetMoviesError
, bOk
);
999 wxDL_METHOD_LOAD( m_dll
, EnterMovies
, bOk
);
1000 wxDL_METHOD_LOAD( m_dll
, ExitMovies
, bOk
);
1001 wxDL_METHOD_LOAD( m_dll
, InitializeQTML
, bOk
);
1002 wxDL_METHOD_LOAD( m_dll
, TerminateQTML
, bOk
);
1003 wxDL_METHOD_LOAD( m_dll
, NativePathNameToFSSpec
, bOk
);
1004 wxDL_METHOD_LOAD( m_dll
, OpenMovieFile
, bOk
);
1005 wxDL_METHOD_LOAD( m_dll
, CloseMovieFile
, bOk
);
1006 wxDL_METHOD_LOAD( m_dll
, NewMovieFromFile
, bOk
);
1007 wxDL_METHOD_LOAD( m_dll
, GetMovieRate
, bOk
);
1008 wxDL_METHOD_LOAD( m_dll
, SetMovieRate
, bOk
);
1009 wxDL_METHOD_LOAD( m_dll
, MoviesTask
, bOk
);
1010 wxDL_METHOD_LOAD( m_dll
, BlockMove
, bOk
);
1011 wxDL_METHOD_LOAD( m_dll
, NewHandleClear
, bOk
);
1012 wxDL_METHOD_LOAD( m_dll
, NewMovieFromDataRef
, bOk
);
1013 wxDL_METHOD_LOAD( m_dll
, DisposeHandle
, bOk
);
1014 wxDL_METHOD_LOAD( m_dll
, GetMovieNaturalBoundsRect
, bOk
);
1015 wxDL_METHOD_LOAD( m_dll
, GetMovieIndTrackType
, bOk
);
1016 wxDL_METHOD_LOAD( m_dll
, CreatePortAssociation
, bOk
);
1017 wxDL_METHOD_LOAD( m_dll
, GetNativeWindowPort
, bOk
);
1018 wxDL_METHOD_LOAD( m_dll
, SetMovieGWorld
, bOk
);
1019 wxDL_METHOD_LOAD( m_dll
, DisposeMovie
, bOk
);
1020 wxDL_METHOD_LOAD( m_dll
, SetMovieBox
, bOk
);
1021 wxDL_METHOD_LOAD( m_dll
, SetMovieTimeScale
, bOk
);
1022 wxDL_METHOD_LOAD( m_dll
, GetMovieDuration
, bOk
);
1023 wxDL_METHOD_LOAD( m_dll
, GetMovieTimeBase
, bOk
);
1024 wxDL_METHOD_LOAD( m_dll
, GetMovieTimeScale
, bOk
);
1025 wxDL_METHOD_LOAD( m_dll
, GetMovieTime
, bOk
);
1026 wxDL_METHOD_LOAD( m_dll
, SetMovieTime
, bOk
);
1033 class WXDLLIMPEXP_MEDIA wxQTMediaBackend
: public wxMediaBackend
1038 ~wxQTMediaBackend();
1040 virtual bool CreateControl(wxControl
* ctrl
, wxWindow
* parent
,
1045 const wxValidator
& validator
,
1046 const wxString
& name
);
1048 virtual bool Play();
1049 virtual bool Pause();
1050 virtual bool Stop();
1052 virtual bool Load(const wxString
& fileName
);
1053 virtual bool Load(const wxURI
& location
);
1055 virtual wxMediaState
GetState();
1057 virtual bool SetPosition(wxLongLong where
);
1058 virtual wxLongLong
GetPosition();
1059 virtual wxLongLong
GetDuration();
1061 virtual void Move(int x
, int y
, int w
, int h
);
1062 wxSize
GetVideoSize() const;
1064 virtual double GetPlaybackRate();
1065 virtual bool SetPlaybackRate(double dRate
);
1070 wxSize m_bestSize
; //Original movie size
1071 Movie m_movie
; //QT Movie handle/instance
1072 wxControl
* m_ctrl
; //Parent control
1073 bool m_bVideo
; //Whether or not we have video
1074 class _wxQTTimer
* m_timer
; //Timer for streaming the movie
1075 wxQuickTimeLibrary m_lib
;
1078 DECLARE_DYNAMIC_CLASS(wxQTMediaBackend
);
1081 //---------------------------------------------------------------------------
1082 // End QT Compilation Guard
1083 //---------------------------------------------------------------------------
1084 #endif //wxUSE_QUICKTIME
1086 //===========================================================================
1088 //===========================================================================
1090 //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1094 //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1096 //---------------------------------------------------------------------------
1097 // Only use if user wants it -
1098 //---------------------------------------------------------------------------
1099 #if wxUSE_DIRECTSHOW
1101 IMPLEMENT_DYNAMIC_CLASS(wxAMMediaBackend
, wxMediaBackend
);
1103 // Numerical value for when the graph reaches the stop position
1104 #define WM_GRAPHNOTIFY WM_USER+13
1106 //---------------------------------------------------------------------------
1107 // Usual debugging macros
1108 //---------------------------------------------------------------------------
1110 #define wxAMVERIFY(x) \
1112 HRESULT hrdsv = (x); \
1113 if ( FAILED(hrdsv) ) \
1115 /*TCHAR szError[MAX_ERROR_TEXT_LEN];*/ \
1116 /*if( AMGetErrorText(hrdsv, szError, MAX_ERROR_TEXT_LEN) == 0)*/ \
1118 /*wxFAIL_MSG( wxString::Format(wxT("DirectShow error \"%s\" ")*/\
1119 /*wxT("occured at line %i in ")*/ \
1120 /*wxT("mediactrl.cpp"),*/ \
1121 /*szError, __LINE__) );*/ \
1124 wxFAIL_MSG( wxString::Format(wxT("Unknown error (%i) ") \
1126 wxT(" line %i in mediactrl.cpp."), \
1127 (int)hrdsv, __LINE__) ); \
1130 #define wxVERIFY(x) wxASSERT((x))
1132 #define wxAMVERIFY(x) (x)
1133 #define wxVERIFY(x) (x)
1136 //---------------------------------------------------------------------------
1137 // Standard macros for ease of use
1138 //---------------------------------------------------------------------------
1139 #define SAFE_RELEASE(x) { if (x) x->Release(); x = NULL; }
1141 //---------------------------------------------------------------------------
1142 // wxAMMediaBackend Constructor
1144 // Sets m_hNotifyWnd to NULL to signify that we haven't loaded anything yet
1145 //---------------------------------------------------------------------------
1146 wxAMMediaBackend::wxAMMediaBackend() : m_hNotifyWnd(NULL
)
1150 //---------------------------------------------------------------------------
1151 // wxAMMediaBackend Destructor
1153 // Cleans up everything
1154 //---------------------------------------------------------------------------
1155 wxAMMediaBackend::~wxAMMediaBackend()
1161 //---------------------------------------------------------------------------
1162 // wxAMMediaBackend::CreateControl
1164 // ActiveMovie does not really have any native control to speak of,
1165 // so we just create a normal control.
1167 // We also check to see if ActiveMovie is installed
1168 //---------------------------------------------------------------------------
1169 bool wxAMMediaBackend::CreateControl(wxControl
* ctrl
, wxWindow
* parent
,
1174 const wxValidator
& validator
,
1175 const wxString
& name
)
1177 //create our filter graph - the beuty of COM is that it loads
1178 //quartz.dll for us :)
1179 HRESULT hr
= CoCreateInstance(CLSID_FilgraphManager
, NULL
, CLSCTX_INPROC_SERVER
,
1180 IID_IMediaControl
, (void**)&m_pMC
);
1182 //directshow not installed?
1186 //release the filter graph - we don't need it yet
1192 // By default wxWindow(s) is created with a border -
1193 // so we need to get rid of those, and create with
1194 // wxCLIP_CHILDREN, so that if the driver/backend
1195 // is a child window, it refereshes properly
1197 if ( !ctrl
->wxControl::Create(parent
, id
, pos
, size
,
1198 (style
& ~wxBORDER_MASK
) | wxBORDER_NONE
| wxCLIP_CHILDREN
,
1207 //---------------------------------------------------------------------------
1208 // wxAMMediaBackend::Load (file version)
1210 // Creates an Active Movie filter graph from a file or url
1211 //---------------------------------------------------------------------------
1212 bool wxAMMediaBackend::Load(const wxString
& fileName
)
1214 //if previously loaded cleanup
1218 //We already checked for success in CreateControl
1219 CoCreateInstance(CLSID_FilgraphManager
, NULL
, CLSCTX_INPROC_SERVER
,
1220 IID_IMediaControl
, (void**)&m_pMC
);
1222 //load the graph & render
1223 if( FAILED(m_pMC
->RenderFile(wxBasicString(fileName
).Get())) )
1226 //get the interfaces, all of them
1227 wxAMVERIFY( m_pMC
->QueryInterface(IID_IMediaEventEx
, (void**)&m_pME
) );
1228 wxAMVERIFY( m_pMC
->QueryInterface(IID_IMediaPosition
, (void**)&m_pMS
) );
1229 wxAMVERIFY( m_pMC
->QueryInterface(IID_IVideoWindow
, (void**)&m_pVW
) );
1230 wxAMVERIFY( m_pMC
->QueryInterface(IID_IBasicAudio
, (void**)&m_pBA
) );
1231 wxAMVERIFY( m_pMC
->QueryInterface(IID_IBasicVideo
, (void**)&m_pBV
) );
1233 //We could tell if the media has audio or not by
1237 //pBA->get_Volume(&lVolume) == E_NOTIMPL
1242 //Obtain the _actual_ size of the movie & remember it
1247 m_bestSize
.x
= m_bestSize
.y
= 0;
1249 m_bVideo
= SUCCEEDED( m_pVW
->GetWindowPosition( &nX
,
1251 (long*)&m_bestSize
.x
,
1252 (long*)&m_bestSize
.y
) );
1255 //If we have video in the media - set it up so that
1256 //its a child window of the control, its visible,
1257 //and that the control is the owner of the video window
1261 wxAMVERIFY( m_pVW
->put_Owner((LONG_PTR
)m_ctrl
->GetHandle()) );
1262 wxAMVERIFY( m_pVW
->put_WindowStyle(WS_CHILD
| WS_CLIPSIBLINGS
) );
1263 wxAMVERIFY( m_pVW
->put_Visible(-1) ); //OATRUE == -1
1267 // Create a hidden window and register to handle
1268 // directshow events for this graph
1269 // Note that wxCanvasClassName is already registered
1270 // and used by all wxWindows and normal wxControls
1272 m_hNotifyWnd
= ::CreateWindow
1286 wxLogSysError( wxT("Could not create hidden needed for ")
1287 wxT("registering for DirectShow events!") );
1292 ::SetWindowLongPtr(m_hNotifyWnd
, GWLP_WNDPROC
,
1293 (LONG_PTR
)wxAMMediaBackend::NotifyWndProc
);
1295 ::SetWindowLong(m_hNotifyWnd
, GWL_USERDATA
,
1298 wxAMVERIFY( m_pME
->SetNotifyWindow((LONG_PTR
)m_hNotifyWnd
,
1299 WM_GRAPHNOTIFY
, 0) );
1302 // Force the parent window of this control to recalculate
1303 // the size of this if sizers are being used
1304 // and render the results immediately
1306 m_ctrl
->InvalidateBestSize();
1307 m_ctrl
->GetParent()->Layout();
1308 m_ctrl
->GetParent()->Refresh();
1309 m_ctrl
->GetParent()->Update();
1314 //---------------------------------------------------------------------------
1315 // wxAMMediaBackend::Load (URL Version)
1317 // Loads media from a URL. Interestingly enough DirectShow
1318 // appears (?) to escape the URL for us, at least on normal
1320 //---------------------------------------------------------------------------
1321 bool wxAMMediaBackend::Load(const wxURI
& location
)
1323 return Load(location
.BuildUnescapedURI());
1326 //---------------------------------------------------------------------------
1327 // wxAMMediaBackend::Play
1329 // Plays the stream. If it is non-seekable, it will restart it.
1330 //---------------------------------------------------------------------------
1331 bool wxAMMediaBackend::Play()
1333 return SUCCEEDED( m_pMC
->Run() );
1336 //---------------------------------------------------------------------------
1337 // wxAMMediaBackend::Pause
1339 // Pauses the stream.
1340 //---------------------------------------------------------------------------
1341 bool wxAMMediaBackend::Pause()
1343 return SUCCEEDED( m_pMC
->Pause() );
1346 //---------------------------------------------------------------------------
1347 // wxAMMediaBackend::Stop
1349 // Stops the stream.
1350 //---------------------------------------------------------------------------
1351 bool wxAMMediaBackend::Stop()
1353 bool bOK
= SUCCEEDED( m_pMC
->Stop() );
1355 //We don't care if it can't get to the beginning in directshow -
1356 //it could be a non-seeking filter (wince midi) in which case playing
1357 //starts all over again
1362 //---------------------------------------------------------------------------
1363 // wxAMMediaBackend::SetPosition
1365 // 1) Translates the current position's time to directshow time,
1366 // which is in a scale of 1 second (in a double)
1367 // 2) Sets the play position of the IMediaSeeking interface -
1368 // passing NULL as the stop position means to keep the old
1370 //---------------------------------------------------------------------------
1371 bool wxAMMediaBackend::SetPosition(wxLongLong where
)
1373 return SUCCEEDED( m_pMS
->put_CurrentPosition(
1374 ((LONGLONG
)where
.GetValue()) / 1000
1379 //---------------------------------------------------------------------------
1380 // wxAMMediaBackend::GetPosition
1382 // 1) Obtains the current play and stop positions from IMediaSeeking
1383 // 2) Returns the play position translated to our time base
1384 //---------------------------------------------------------------------------
1385 wxLongLong
wxAMMediaBackend::GetPosition()
1388 wxAMVERIFY( m_pMS
->get_CurrentPosition(&outCur
) );
1390 //h,m,s,milli - outdur is in 1 second (double)
1391 return (outCur
*1000);
1394 //---------------------------------------------------------------------------
1395 // wxAMMediaBackend::GetDuration
1397 // 1) Obtains the duration of the media from the IMediaSeeking interface
1398 // 2) Converts that value to our time base, and returns it
1399 //---------------------------------------------------------------------------
1400 wxLongLong
wxAMMediaBackend::GetDuration()
1403 wxAMVERIFY( m_pMS
->get_Duration(&outDuration
) );
1405 //h,m,s,milli - outdur is in 1 second (double)
1406 return (outDuration
*1000);
1409 //---------------------------------------------------------------------------
1410 // wxAMMediaBackend::GetState
1412 // Obtains the state from the IMediaControl interface.
1413 // Note that it's enumeration values for stopping/playing
1414 // etc. are the same as ours, so we just do a straight cast.
1415 // TODO: MS recommends against INFINITE here for
1416 // IMediaControl::GetState- do it in stages
1417 //---------------------------------------------------------------------------
1418 wxMediaState
wxAMMediaBackend::GetState()
1421 long theState
; //OAFilterState
1422 hr
= m_pMC
->GetState(INFINITE
, &theState
);
1424 wxASSERT( SUCCEEDED(hr
) );
1426 //MSW state is the same as ours
1427 //State_Stopped = 0,
1428 //State_Paused = State_Stopped + 1,
1429 //State_Running = State_Paused + 1
1431 return (wxMediaState
) theState
;
1434 //---------------------------------------------------------------------------
1435 // wxAMMediaBackend::GetPlaybackRate
1437 // Pretty simple way of obtaining the playback rate from
1438 // the IMediaSeeking interface
1439 //---------------------------------------------------------------------------
1440 double wxAMMediaBackend::GetPlaybackRate()
1443 wxAMVERIFY( m_pMS
->get_Rate(&dRate
) );
1447 //---------------------------------------------------------------------------
1448 // wxAMMediaBackend::SetPlaybackRate
1450 // Sets the playback rate of the media - DirectShow is pretty good
1451 // about this, actually
1452 //---------------------------------------------------------------------------
1453 bool wxAMMediaBackend::SetPlaybackRate(double dRate
)
1455 return SUCCEEDED( m_pMS
->put_Rate(dRate
) );
1458 //---------------------------------------------------------------------------
1459 // wxAMMediaBackend::NotifyWndProc
1461 // Here we check to see if DirectShow tells us we've reached the stop
1462 // position in our stream - if it has, it may not actually stop
1463 // the stream - which we need to do...
1464 //---------------------------------------------------------------------------
1465 LRESULT CALLBACK
wxAMMediaBackend::NotifyWndProc(HWND hWnd
, UINT nMsg
,
1469 wxAMMediaBackend
* backend
= (wxAMMediaBackend
*)
1470 ::GetWindowLong(hWnd
, GWL_USERDATA
);
1472 return backend
->OnNotifyWndProc(hWnd
, nMsg
, wParam
, lParam
);
1475 LRESULT CALLBACK
wxAMMediaBackend::OnNotifyWndProc(HWND hWnd
, UINT nMsg
,
1479 if (nMsg
== WM_GRAPHNOTIFY
)
1486 // DirectShow keeps a list of queued events, and we need
1487 // to go through them one by one, stopping at (Hopefully only one)
1488 // EC_COMPLETE message
1490 while(SUCCEEDED(m_pME
->GetEvent(&evCode
, (LONG_PTR
*) &evParam1
,
1491 (LONG_PTR
*) &evParam2
, 0)
1495 // Cleanup memory that GetEvent allocated
1496 wxAMVERIFY( m_pME
->FreeEventParams(evCode
, evParam1
, evParam2
) );
1498 // If this is the end of the clip, notify handler
1499 if(1 == evCode
) //EC_COMPLETE
1501 //send the event to our child
1502 wxMediaEvent
theEvent(wxEVT_MEDIA_STOP
, m_ctrl
->GetId());
1503 m_ctrl
->ProcessEvent(theEvent
);
1505 //if the user didn't veto it, stop the stream
1506 if (theEvent
.IsAllowed())
1508 //Interestingly enough, DirectShow does not actually stop
1509 //the filters - even when it reaches the end!
1512 //send the event to our child
1513 wxMediaEvent
theEvent(wxEVT_MEDIA_FINISHED
,
1515 m_ctrl
->ProcessEvent(theEvent
);
1520 return DefWindowProc(hWnd
, nMsg
, wParam
, lParam
);
1523 //---------------------------------------------------------------------------
1524 // wxAMMediaBackend::Cleanup
1526 // 1) Hide/disowns the video window (MS says bad things will happen if
1528 // 2) Releases all the directshow interfaces we use
1529 // TODO: Maybe there's a way to redirect the IMediaControl each time
1530 // we load, rather then creating and destroying the interfaces
1532 //---------------------------------------------------------------------------
1533 void wxAMMediaBackend::Cleanup()
1535 // Hide then disown the window
1538 m_pVW
->put_Visible(0); //OSFALSE == 0
1539 m_pVW
->put_Owner(NULL
);
1542 // Release and zero DirectShow interfaces
1543 SAFE_RELEASE(m_pME
);
1544 SAFE_RELEASE(m_pMS
);
1545 SAFE_RELEASE(m_pBA
);
1546 SAFE_RELEASE(m_pBV
);
1547 SAFE_RELEASE(m_pVW
);
1548 SAFE_RELEASE(m_pMC
);
1550 // Get rid of our hidden Window
1551 DestroyWindow(m_hNotifyWnd
);
1552 m_hNotifyWnd
= NULL
;
1556 //---------------------------------------------------------------------------
1557 // wxAMMediaBackend::GetVideoSize
1559 // Obtains the cached original video size
1560 //---------------------------------------------------------------------------
1561 wxSize
wxAMMediaBackend::GetVideoSize() const
1566 //---------------------------------------------------------------------------
1567 // wxAMMediaBackend::Move
1569 // Resizes the IVideoWindow to the size of the control window
1570 //---------------------------------------------------------------------------
1571 void wxAMMediaBackend::Move(int WXUNUSED(x
), int WXUNUSED(y
), int w
, int h
)
1573 if(m_hNotifyWnd
&& m_bVideo
)
1575 wxAMVERIFY( m_pVW
->SetWindowPosition(0, 0, w
, h
) );
1579 //---------------------------------------------------------------------------
1580 // End of wxAMMediaBackend
1581 //---------------------------------------------------------------------------
1582 #endif //wxUSE_DIRECTSHOW
1584 //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1586 // wxMCIMediaBackend
1588 //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1591 IMPLEMENT_DYNAMIC_CLASS(wxMCIMediaBackend
, wxMediaBackend
);
1593 //---------------------------------------------------------------------------
1594 // Usual debugging macros for MCI returns
1595 //---------------------------------------------------------------------------
1598 #define wxMCIVERIFY(arg) \
1601 if ( (nRet = (arg)) != 0) \
1604 mciGetErrorString(nRet, sz, 5000); \
1605 wxFAIL_MSG(wxString::Format(_T("MCI Error:%s"), sz)); \
1609 #define wxMCIVERIFY(arg) (arg);
1612 //---------------------------------------------------------------------------
1613 // Simulation for <digitalv.h>
1615 // Mingw and possibly other compilers don't have the digitalv.h header
1616 // that is needed to have some essential features of mci work with
1617 // windows - so we provide the declarations for the types we use here
1618 //---------------------------------------------------------------------------
1621 DWORD_PTR dwCallback
;
1622 #ifdef MCI_USE_OFFEXT
1628 } MCI_DGV_RECT_PARMS
;
1631 DWORD_PTR dwCallback
;
1641 } MCI_DGV_WINDOW_PARMS
;
1644 DWORD_PTR dwCallback
;
1649 } MCI_DGV_SET_PARMS
;
1651 //---------------------------------------------------------------------------
1652 // wxMCIMediaBackend Constructor
1654 // Here we don't need to do much except say we don't have any video :)
1655 //---------------------------------------------------------------------------
1656 wxMCIMediaBackend::wxMCIMediaBackend() : m_hNotifyWnd(NULL
), m_bVideo(false)
1660 //---------------------------------------------------------------------------
1661 // wxMCIMediaBackend Destructor
1663 // We close the mci device - note that there may not be an mci device here,
1664 // or it may fail - but we don't really care, since we're destructing
1665 //---------------------------------------------------------------------------
1666 wxMCIMediaBackend::~wxMCIMediaBackend()
1670 mciSendCommand(m_hDev
, MCI_CLOSE
, 0, 0);
1671 DestroyWindow(m_hNotifyWnd
);
1672 m_hNotifyWnd
= NULL
;
1676 //---------------------------------------------------------------------------
1677 // wxMCIMediaBackend::Create
1679 // Here we just tell wxMediaCtrl that mci does exist (which it does, on all
1680 // msw systems, at least in some form dating back to win16 days)
1681 //---------------------------------------------------------------------------
1682 bool wxMCIMediaBackend::CreateControl(wxControl
* ctrl
, wxWindow
* parent
,
1687 const wxValidator
& validator
,
1688 const wxString
& name
)
1692 // By default wxWindow(s) is created with a border -
1693 // so we need to get rid of those, and create with
1694 // wxCLIP_CHILDREN, so that if the driver/backend
1695 // is a child window, it refereshes properly
1697 if ( !ctrl
->wxControl::Create(parent
, id
, pos
, size
,
1698 (style
& ~wxBORDER_MASK
) | wxBORDER_NONE
| wxCLIP_CHILDREN
,
1706 //---------------------------------------------------------------------------
1707 // wxMCIMediaBackend::Load (file version)
1709 // Here we have MCI load a file and device, set the time format to our
1710 // default (milliseconds), and set the video (if any) to play in the control
1711 //---------------------------------------------------------------------------
1712 bool wxMCIMediaBackend::Load(const wxString
& fileName
)
1715 //if the user already called load close the previous MCI device
1719 mciSendCommand(m_hDev
, MCI_CLOSE
, 0, 0);
1720 DestroyWindow(m_hNotifyWnd
);
1721 m_hNotifyWnd
= NULL
;
1725 //Opens a file and has MCI select a device. Normally you'd put
1726 //MCI_OPEN_TYPE in addition to MCI_OPEN_ELEMENT - however if you
1727 //omit this it tells MCI to select the device instead. This is
1728 //good because we have no reliable way of "enumerating" the devices
1731 MCI_OPEN_PARMS openParms
;
1732 openParms
.lpstrElementName
= (wxChar
*) fileName
.c_str();
1734 if ( mciSendCommand(0, MCI_OPEN
, MCI_OPEN_ELEMENT
,
1735 (DWORD
)(LPVOID
)&openParms
) != 0)
1738 m_hDev
= openParms
.wDeviceID
;
1741 //Now set the time format for the device to milliseconds
1743 MCI_SET_PARMS setParms
;
1744 setParms
.dwCallback
= 0;
1745 setParms
.dwTimeFormat
= MCI_FORMAT_MILLISECONDS
;
1747 if (mciSendCommand(m_hDev
, MCI_SET
, MCI_SET_TIME_FORMAT
,
1748 (DWORD
)(LPVOID
)&setParms
) != 0)
1752 //Now tell the MCI device to display the video in our wxMediaCtrl
1754 MCI_DGV_WINDOW_PARMS windowParms
;
1755 windowParms
.hWnd
= (HWND
)m_ctrl
->GetHandle();
1757 m_bVideo
= (mciSendCommand(m_hDev
, MCI_WINDOW
,
1758 0x00010000L
, //MCI_DGV_WINDOW_HWND
1759 (DWORD
)(LPVOID
)&windowParms
) == 0);
1762 // Create a hidden window and register to handle
1764 // Note that wxCanvasClassName is already registered
1765 // and used by all wxWindows and normal wxControls
1767 m_hNotifyWnd
= ::CreateWindow
1781 wxLogSysError( wxT("Could not create hidden needed for ")
1782 wxT("registering for DirectShow events!") );
1787 ::SetWindowLong(m_hNotifyWnd
, GWL_WNDPROC
,
1788 (LONG
)wxMCIMediaBackend::NotifyWndProc
);
1790 ::SetWindowLong(m_hNotifyWnd
, GWL_USERDATA
,
1794 //Here, if the parent of the control has a sizer - we
1795 //tell it to recalculate the size of this control since
1796 //the user opened a seperate media file
1798 m_ctrl
->InvalidateBestSize();
1799 m_ctrl
->GetParent()->Layout();
1800 m_ctrl
->GetParent()->Refresh();
1801 m_ctrl
->GetParent()->Update();
1806 //---------------------------------------------------------------------------
1807 // wxMCIMediaBackend::Load (URL version)
1809 // MCI doesn't support URLs directly (?)
1811 // TODO: Use wxURL/wxFileSystem and mmioInstallProc
1812 //---------------------------------------------------------------------------
1813 bool wxMCIMediaBackend::Load(const wxURI
& WXUNUSED(location
))
1818 //---------------------------------------------------------------------------
1819 // wxMCIMediaBackend::Play
1821 // Plays/Resumes the MCI device... a couple notes:
1822 // 1) Certain drivers will crash and burn if we don't pass them an
1823 // MCI_PLAY_PARMS, despite the documentation that says otherwise...
1824 // 2) There is a MCI_RESUME command, but MCI_PLAY does the same thing
1825 // and will resume from a stopped state also, so there's no need to
1826 // call both, for example
1827 //---------------------------------------------------------------------------
1828 bool wxMCIMediaBackend::Play()
1830 MCI_PLAY_PARMS playParms
;
1831 playParms
.dwCallback
= (DWORD
)m_hNotifyWnd
;
1833 bool bOK
= ( mciSendCommand(m_hDev
, MCI_PLAY
, MCI_NOTIFY
,
1834 (DWORD
)(LPVOID
)&playParms
) == 0 );
1837 m_ctrl
->Show(m_bVideo
);
1842 //---------------------------------------------------------------------------
1843 // wxMCIMediaBackend::Pause
1845 // Pauses the MCI device - nothing special
1846 //---------------------------------------------------------------------------
1847 bool wxMCIMediaBackend::Pause()
1849 return (mciSendCommand(m_hDev
, MCI_PAUSE
, MCI_WAIT
, 0) == 0);
1852 //---------------------------------------------------------------------------
1853 // wxMCIMediaBackend::Stop
1855 // Stops the MCI device & seeks to the beginning as wxMediaCtrl docs outline
1856 //---------------------------------------------------------------------------
1857 bool wxMCIMediaBackend::Stop()
1859 return (mciSendCommand(m_hDev
, MCI_STOP
, MCI_WAIT
, 0) == 0) &&
1860 (mciSendCommand(m_hDev
, MCI_SEEK
, MCI_SEEK_TO_START
, 0) == 0);
1863 //---------------------------------------------------------------------------
1864 // wxMCIMediaBackend::GetState
1866 // Here we get the state and convert it to a wxMediaState -
1867 // since we use direct comparisons with MCI_MODE_PLAY and
1868 // MCI_MODE_PAUSE, we don't care if the MCI_STATUS call
1870 //---------------------------------------------------------------------------
1871 wxMediaState
wxMCIMediaBackend::GetState()
1873 MCI_STATUS_PARMS statusParms
;
1874 statusParms
.dwItem
= MCI_STATUS_MODE
;
1876 mciSendCommand(m_hDev
, MCI_STATUS
, MCI_STATUS_ITEM
,
1877 (DWORD
)(LPVOID
)&statusParms
);
1879 if(statusParms
.dwReturn
== MCI_MODE_PAUSE
)
1880 return wxMEDIASTATE_PAUSED
;
1881 else if(statusParms
.dwReturn
== MCI_MODE_PLAY
)
1882 return wxMEDIASTATE_PLAYING
;
1884 return wxMEDIASTATE_STOPPED
;
1887 //---------------------------------------------------------------------------
1888 // wxMCIMediaBackend::SetPosition
1890 // Here we set the position of the device in the stream.
1891 // Note that MCI actually stops the device after you seek it if the
1892 // device is playing/paused, so we need to play the file after
1893 // MCI seeks like normal APIs would
1894 //---------------------------------------------------------------------------
1895 bool wxMCIMediaBackend::SetPosition(wxLongLong where
)
1897 MCI_SEEK_PARMS seekParms
;
1898 seekParms
.dwCallback
= 0;
1899 #if wxUSE_LONGLONG_NATIVE && !wxUSE_LONGLONG_WX
1900 seekParms
.dwTo
= (DWORD
)where
.GetValue();
1901 #else /* wxUSE_LONGLONG_WX */
1902 /* no way to return it in one piece */
1903 wxASSERT( where
.GetHi()==0 );
1904 seekParms
.dwTo
= (DWORD
)where
.GetLo();
1905 #endif /* wxUSE_LONGLONG_* */
1907 //device was playing?
1908 bool bReplay
= GetState() == wxMEDIASTATE_PLAYING
;
1910 if( mciSendCommand(m_hDev
, MCI_SEEK
, MCI_TO
,
1911 (DWORD
)(LPVOID
)&seekParms
) != 0)
1914 //If the device was playing, resume it
1921 //---------------------------------------------------------------------------
1922 // wxMCIMediaBackend::GetPosition
1924 // Gets the position of the device in the stream using the current
1925 // time format... nothing special here...
1926 //---------------------------------------------------------------------------
1927 wxLongLong
wxMCIMediaBackend::GetPosition()
1929 MCI_STATUS_PARMS statusParms
;
1930 statusParms
.dwItem
= MCI_STATUS_POSITION
;
1932 if (mciSendCommand(m_hDev
, MCI_STATUS
, MCI_STATUS_ITEM
,
1933 (DWORD
)(LPSTR
)&statusParms
) != 0)
1936 return statusParms
.dwReturn
;
1939 //---------------------------------------------------------------------------
1940 // wxMCIMediaBackend::GetDuration
1942 // Gets the duration of the stream... nothing special
1943 //---------------------------------------------------------------------------
1944 wxLongLong
wxMCIMediaBackend::GetDuration()
1946 MCI_STATUS_PARMS statusParms
;
1947 statusParms
.dwItem
= MCI_STATUS_LENGTH
;
1949 if (mciSendCommand(m_hDev
, MCI_STATUS
, MCI_STATUS_ITEM
,
1950 (DWORD
)(LPSTR
)&statusParms
) != 0)
1953 return statusParms
.dwReturn
;
1956 //---------------------------------------------------------------------------
1957 // wxMCIMediaBackend::Move
1959 // Moves the window to a location
1960 //---------------------------------------------------------------------------
1961 void wxMCIMediaBackend::Move(int WXUNUSED(x
), int WXUNUSED(y
),
1964 if (m_hNotifyWnd
&& m_bVideo
)
1966 MCI_DGV_RECT_PARMS putParms
; //ifdefed MCI_DGV_PUT_PARMS
1967 putParms
.rc
.top
= 0;
1968 putParms
.rc
.bottom
= 0;
1969 putParms
.rc
.right
= w
;
1970 putParms
.rc
.bottom
= h
;
1972 wxMCIVERIFY( mciSendCommand(m_hDev
, MCI_PUT
,
1973 0x00040000L
, //MCI_DGV_PUT_DESTINATION
1974 (DWORD
)(LPSTR
)&putParms
) );
1978 //---------------------------------------------------------------------------
1979 // wxMCIMediaBackend::GetVideoSize
1981 // Gets the original size of the movie for sizers
1982 //---------------------------------------------------------------------------
1983 wxSize
wxMCIMediaBackend::GetVideoSize() const
1987 MCI_DGV_RECT_PARMS whereParms
; //ifdefed MCI_DGV_WHERE_PARMS
1989 wxMCIVERIFY( mciSendCommand(m_hDev
, MCI_WHERE
,
1990 0x00020000L
, //MCI_DGV_WHERE_SOURCE
1991 (DWORD
)(LPSTR
)&whereParms
) );
1993 return wxSize(whereParms
.rc
.right
, whereParms
.rc
.bottom
);
1998 //---------------------------------------------------------------------------
1999 // wxMCIMediaBackend::GetPlaybackRate
2002 //---------------------------------------------------------------------------
2003 double wxMCIMediaBackend::GetPlaybackRate()
2008 //---------------------------------------------------------------------------
2009 // wxMCIMediaBackend::SetPlaybackRate
2012 //---------------------------------------------------------------------------
2013 bool wxMCIMediaBackend::SetPlaybackRate(double WXUNUSED(dRate
))
2016 MCI_WAVE_SET_SAMPLESPERSEC
2017 MCI_DGV_SET_PARMS setParms;
2018 setParms.dwSpeed = (DWORD) (dRate * 1000.0);
2020 return (mciSendCommand(m_hDev, MCI_SET,
2021 0x00020000L, //MCI_DGV_SET_SPEED
2022 (DWORD)(LPSTR)&setParms) == 0);
2027 //---------------------------------------------------------------------------
2028 // [static] wxMCIMediaBackend::MSWWindowProc
2030 // Here we process a message when MCI reaches the stopping point
2032 //---------------------------------------------------------------------------
2033 LRESULT CALLBACK
wxMCIMediaBackend::NotifyWndProc(HWND hWnd
, UINT nMsg
,
2037 wxMCIMediaBackend
* backend
= (wxMCIMediaBackend
*)
2038 ::GetWindowLong(hWnd
, GWL_USERDATA
);
2041 return backend
->OnNotifyWndProc(hWnd
, nMsg
, wParam
, lParam
);
2044 LRESULT CALLBACK
wxMCIMediaBackend::OnNotifyWndProc(HWND hWnd
, UINT nMsg
,
2048 if(nMsg
== MM_MCINOTIFY
)
2050 wxASSERT(lParam
== (LPARAM
) m_hDev
);
2051 if(wParam
== MCI_NOTIFY_SUCCESSFUL
&& lParam
== (LPARAM
)m_hDev
)
2053 wxMediaEvent
theEvent(wxEVT_MEDIA_STOP
, m_ctrl
->GetId());
2054 m_ctrl
->ProcessEvent(theEvent
);
2056 if(theEvent
.IsAllowed())
2058 wxMCIVERIFY( mciSendCommand(m_hDev
, MCI_SEEK
,
2059 MCI_SEEK_TO_START
, 0) );
2061 //send the event to our child
2062 wxMediaEvent
theEvent(wxEVT_MEDIA_FINISHED
,
2064 m_ctrl
->ProcessEvent(theEvent
);
2068 return DefWindowProc(hWnd
, nMsg
, wParam
, lParam
);
2070 //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2074 // TODO: Use a less cludgy way to pause/get state/set state
2075 // TODO: Dynamically load from qtml.dll
2076 //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2080 IMPLEMENT_DYNAMIC_CLASS(wxQTMediaBackend
, wxMediaBackend
);
2082 //Time between timer calls
2083 #define MOVIE_DELAY 100
2085 #include "wx/timer.h"
2087 // --------------------------------------------------------------------------
2088 // wxQTTimer - Handle Asyncronous Playing
2089 // --------------------------------------------------------------------------
2090 class _wxQTTimer
: public wxTimer
2093 _wxQTTimer(Movie movie
, wxQTMediaBackend
* parent
, wxQuickTimeLibrary
* pLib
) :
2094 m_movie(movie
), m_bPaused(false), m_parent(parent
), m_pLib(pLib
)
2102 bool GetPaused() {return m_bPaused
;}
2103 void SetPaused(bool bPaused
) {m_bPaused
= bPaused
;}
2105 //-----------------------------------------------------------------------
2106 // _wxQTTimer::Notify
2108 // 1) Checks to see if the movie is done, and if not continues
2109 // streaming the movie
2110 // 2) Sends the wxEVT_MEDIA_STOP event if we have reached the end of
2112 //-----------------------------------------------------------------------
2117 if(!m_pLib
->IsMovieDone(m_movie
))
2118 m_pLib
->MoviesTask(m_movie
, MOVIE_DELAY
);
2121 wxMediaEvent
theEvent(wxEVT_MEDIA_STOP
,
2122 m_parent
->m_ctrl
->GetId());
2123 m_parent
->m_ctrl
->ProcessEvent(theEvent
);
2125 if(theEvent
.IsAllowed())
2129 wxASSERT(m_pLib
->GetMoviesError() == noErr
);
2131 //send the event to our child
2132 wxMediaEvent
theEvent(wxEVT_MEDIA_FINISHED
,
2133 m_parent
->m_ctrl
->GetId());
2134 m_parent
->m_ctrl
->ProcessEvent(theEvent
);
2141 Movie m_movie
; //Our movie instance
2142 bool m_bPaused
; //Whether we are paused or not
2143 wxQTMediaBackend
* m_parent
; //Backend pointer
2144 wxQuickTimeLibrary
* m_pLib
; //Interfaces
2147 //---------------------------------------------------------------------------
2148 // wxQTMediaBackend Destructor
2150 // Sets m_timer to NULL signifying we havn't loaded anything yet
2151 //---------------------------------------------------------------------------
2152 wxQTMediaBackend::wxQTMediaBackend() : m_timer(NULL
)
2156 //---------------------------------------------------------------------------
2157 // wxQTMediaBackend Destructor
2159 // 1) Cleans up the QuickTime movie instance
2160 // 2) Decrements the QuickTime reference counter - if this reaches
2161 // 0, QuickTime shuts down
2162 // 3) Decrements the QuickTime Windows Media Layer reference counter -
2163 // if this reaches 0, QuickTime shuts down the Windows Media Layer
2164 //---------------------------------------------------------------------------
2165 wxQTMediaBackend::~wxQTMediaBackend()
2172 //Note that ExitMovies() is not neccessary, but
2173 //the docs are fuzzy on whether or not TerminateQTML is
2175 m_lib
.TerminateQTML();
2179 //---------------------------------------------------------------------------
2180 // wxQTMediaBackend::CreateControl
2182 // 1) Intializes QuickTime
2183 // 2) Creates the control window
2184 //---------------------------------------------------------------------------
2185 bool wxQTMediaBackend::CreateControl(wxControl
* ctrl
, wxWindow
* parent
,
2190 const wxValidator
& validator
,
2191 const wxString
& name
)
2193 if(!m_lib
.Initialize())
2197 if ((nError
= m_lib
.InitializeQTML(0)) != noErr
) //-2093 no dll
2199 wxFAIL_MSG(wxString::Format(wxT("Couldn't Initialize Quicktime-%i"), nError
));
2202 m_lib
.EnterMovies();
2206 // By default wxWindow(s) is created with a border -
2207 // so we need to get rid of those
2209 // Since we don't have a child window like most other
2210 // backends, we don't need wxCLIP_CHILDREN
2212 if ( !ctrl
->wxControl::Create(parent
, id
, pos
, size
,
2213 (style
& ~wxBORDER_MASK
) | wxBORDER_NONE
,
2221 //---------------------------------------------------------------------------
2222 // wxQTMediaBackend::Load (file version)
2224 // 1) Get an FSSpec from the Windows path name
2225 // 2) Open the movie
2226 // 3) Obtain the movie instance from the movie resource
2228 //---------------------------------------------------------------------------
2229 bool wxQTMediaBackend::Load(const wxString
& fileName
)
2238 if (m_lib
.NativePathNameToFSSpec ((char*) (const char*) fileName
.mb_str(),
2239 &sfFile
, 0) != noErr
)
2242 if (m_lib
.OpenMovieFile (&sfFile
, &movieResFile
, fsRdPerm
) != noErr
)
2245 short movieResID
= 0;
2248 err
= m_lib
.NewMovieFromFile (
2256 m_lib
.CloseMovieFile (movieResFile
);
2263 return m_lib
.GetMoviesError() == noErr
;
2266 //---------------------------------------------------------------------------
2267 // wxQTMediaBackend::Move
2270 //---------------------------------------------------------------------------
2271 bool wxQTMediaBackend::Load(const wxURI
& location
)
2276 wxString theURI
= location
.BuildURI();
2280 Handle theHandle
= m_lib
.NewHandleClear(theURI
.length() + 1);
2281 wxASSERT(theHandle
);
2283 m_lib
.BlockMove(theURI
.mb_str(), *theHandle
, theURI
.length() + 1);
2285 //create the movie from the handle that refers to the URI
2286 err
= m_lib
.NewMovieFromDataRef(&m_movie
, newMovieActive
,
2288 'url'); //URLDataHandlerSubType
2290 m_lib
.DisposeHandle(theHandle
);
2295 //preroll movie for streaming
2300 timeNow = GetMovieTime(m_movie, NULL);
2301 playRate = GetMoviePreferredRate(m_movie);
2302 PrePrerollMovie(m_movie, timeNow, playRate, NULL, NULL);
2303 PrerollMovie(m_movie, timeNow, playRate);
2304 m_lib.SetMovieRate(m_movie, playRate);
2309 return m_lib
.GetMoviesError() == noErr
;
2312 //---------------------------------------------------------------------------
2313 // wxQTMediaBackend::Move
2316 //---------------------------------------------------------------------------
2317 void wxQTMediaBackend::FinishLoad()
2319 m_timer
= new _wxQTTimer(m_movie
, (wxQTMediaBackend
*) this, &m_lib
);
2322 //get the real size of the movie
2324 m_lib
.GetMovieNaturalBoundsRect (m_movie
, &outRect
);
2325 wxASSERT(m_lib
.GetMoviesError() == noErr
);
2327 m_bestSize
.x
= outRect
.right
- outRect
.left
;
2328 m_bestSize
.y
= outRect
.bottom
- outRect
.top
;
2330 //reparent movie/*AudioMediaCharacteristic*/
2331 if(m_lib
.GetMovieIndTrackType(m_movie
, 1,
2332 'eyes', //VisualMediaCharacteristic,
2333 (1 << 1) //movieTrackCharacteristic
2334 | (1 << 2) //movieTrackEnabledOnly
2337 m_lib
.CreatePortAssociation(m_ctrl
->GetHWND(), NULL
, 0L);
2339 m_lib
.SetMovieGWorld(m_movie
,
2340 (CGrafPtr
) m_lib
.GetNativeWindowPort(m_ctrl
->GetHWND()),
2344 //we want millisecond precision
2345 m_lib
.SetMovieTimeScale(m_movie
, 1000);
2346 wxASSERT(m_lib
.GetMoviesError() == noErr
);
2349 //Here, if the parent of the control has a sizer - we
2350 //tell it to recalculate the size of this control since
2351 //the user opened a seperate media file
2353 m_ctrl
->InvalidateBestSize();
2354 m_ctrl
->GetParent()->Layout();
2355 m_ctrl
->GetParent()->Refresh();
2356 m_ctrl
->GetParent()->Update();
2359 //---------------------------------------------------------------------------
2360 // wxQTMediaBackend::Move
2363 //---------------------------------------------------------------------------
2364 bool wxQTMediaBackend::Play()
2366 m_lib
.StartMovie(m_movie
);
2367 m_timer
->SetPaused(false);
2368 m_timer
->Start(MOVIE_DELAY
, wxTIMER_CONTINUOUS
);
2369 return m_lib
.GetMoviesError() == noErr
;
2372 //---------------------------------------------------------------------------
2373 // wxQTMediaBackend::Move
2376 //---------------------------------------------------------------------------
2377 bool wxQTMediaBackend::Pause()
2379 m_lib
.StopMovie(m_movie
);
2380 m_timer
->SetPaused(true);
2382 return m_lib
.GetMoviesError() == noErr
;
2385 //---------------------------------------------------------------------------
2386 // wxQTMediaBackend::Move
2389 //---------------------------------------------------------------------------
2390 bool wxQTMediaBackend::Stop()
2392 m_timer
->SetPaused(false);
2395 m_lib
.StopMovie(m_movie
);
2396 if(m_lib
.GetMoviesError() != noErr
)
2399 m_lib
.GoToBeginningOfMovie(m_movie
);
2400 return m_lib
.GetMoviesError() == noErr
;
2403 //---------------------------------------------------------------------------
2404 // wxQTMediaBackend::Move
2407 //---------------------------------------------------------------------------
2408 double wxQTMediaBackend::GetPlaybackRate()
2410 return ( ((double)m_lib
.GetMovieRate(m_movie
)) / 0x10000);
2413 //---------------------------------------------------------------------------
2414 // wxQTMediaBackend::Move
2417 //---------------------------------------------------------------------------
2418 bool wxQTMediaBackend::SetPlaybackRate(double dRate
)
2420 m_lib
.SetMovieRate(m_movie
, (Fixed
) (dRate
* 0x10000));
2421 return m_lib
.GetMoviesError() == noErr
;
2424 //---------------------------------------------------------------------------
2425 // wxQTMediaBackend::Move
2428 //---------------------------------------------------------------------------
2429 bool wxQTMediaBackend::SetPosition(wxLongLong where
)
2431 TimeRecord theTimeRecord
;
2432 memset(&theTimeRecord
, 0, sizeof(TimeRecord
));
2433 theTimeRecord
.value
.lo
= where
.GetValue();
2434 theTimeRecord
.scale
= m_lib
.GetMovieTimeScale(m_movie
);
2435 theTimeRecord
.base
= m_lib
.GetMovieTimeBase(m_movie
);
2436 m_lib
.SetMovieTime(m_movie
, &theTimeRecord
);
2438 if (m_lib
.GetMoviesError() != noErr
)
2444 //---------------------------------------------------------------------------
2445 // wxQTMediaBackend::GetPosition
2447 // 1) Calls GetMovieTime to get the position we are in in the movie
2448 // in milliseconds (we called
2449 //---------------------------------------------------------------------------
2450 wxLongLong
wxQTMediaBackend::GetPosition()
2452 return m_lib
.GetMovieTime(m_movie
, NULL
);
2455 //---------------------------------------------------------------------------
2456 // wxQTMediaBackend::Move
2459 //---------------------------------------------------------------------------
2460 wxLongLong
wxQTMediaBackend::GetDuration()
2462 return m_lib
.GetMovieDuration(m_movie
);
2465 //---------------------------------------------------------------------------
2466 // wxQTMediaBackend::Move
2469 //---------------------------------------------------------------------------
2470 wxMediaState
wxQTMediaBackend::GetState()
2472 if ( !m_timer
|| (m_timer
->IsRunning() == false &&
2473 m_timer
->GetPaused() == false) )
2474 return wxMEDIASTATE_STOPPED
;
2476 if( m_timer
->IsRunning() == true )
2477 return wxMEDIASTATE_PLAYING
;
2479 return wxMEDIASTATE_PAUSED
;
2482 //---------------------------------------------------------------------------
2483 // wxQTMediaBackend::Move
2486 //---------------------------------------------------------------------------
2487 void wxQTMediaBackend::Cleanup()
2492 m_lib
.StopMovie(m_movie
);
2493 m_lib
.DisposeMovie(m_movie
);
2496 //---------------------------------------------------------------------------
2497 // wxQTMediaBackend::Move
2500 //---------------------------------------------------------------------------
2501 wxSize
wxQTMediaBackend::GetVideoSize() const
2506 //---------------------------------------------------------------------------
2507 // wxQTMediaBackend::Move
2510 //---------------------------------------------------------------------------
2511 void wxQTMediaBackend::Move(int WXUNUSED(x
), int WXUNUSED(y
), int w
, int h
)
2515 Rect theRect
= {0, 0, h
, w
};
2517 m_lib
.SetMovieBox(m_movie
, &theRect
);
2518 wxASSERT(m_lib
.GetMoviesError() == noErr
);
2522 //---------------------------------------------------------------------------
2523 // End QT Compilation Guard
2524 //---------------------------------------------------------------------------
2525 #endif //wxUSE_QUICKTIME
2527 //in source file that contains stuff you don't directly use
2528 #include <wx/html/forcelnk.h>
2529 FORCE_LINK_ME(basewxmediabackends
);
2531 //---------------------------------------------------------------------------
2532 // End wxMediaCtrl Compilation Guard and this file
2533 //---------------------------------------------------------------------------
2534 #endif //wxUSE_MEDIACTRL