- Timestamp:
- Sep 15, 2008 8:29:01 AM (16 years ago)
- Location:
- trunk/src/VBox/Frontends/VBoxHeadless/VideoCapture
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxHeadless/VideoCapture/FFmpegFB.cpp
r11654 r12451 385 385 } 386 386 387 /** 388 * Return id of associated window 389 * 390 * @returns COM status code 391 * @retval winId Associated window id 392 */ 393 STDMETHODIMP FFmpegFB::COMGETTER(WinId) (ULONG64 *winId) 394 { 395 if (!winId) 396 return E_POINTER; 397 *winId = 0; 398 return S_OK; 399 } 400 387 401 // IFramebuffer methods 388 402 ///////////////////////////////////////////////////////////////////////////// -
trunk/src/VBox/Frontends/VBoxHeadless/VideoCapture/FFmpegFB.h
r8155 r12451 98 98 STDMETHOD(COMGETTER(HeightReduction)) (ULONG *heightReduction); 99 99 STDMETHOD(COMGETTER(Overlay)) (IFramebufferOverlay **aOverlay); 100 STDMETHOD(COMGETTER(WinId)) (ULONG64 *winId); 100 101 101 102 STDMETHOD(NotifyUpdate)(ULONG x, ULONG y,
Note:
See TracChangeset
for help on using the changeset viewer.