VirtualBox

Changeset 42839 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Aug 16, 2012 9:38:41 AM (12 years ago)
Author:
vboxsync
Message:

Main/VideoRecordingAndEncoding: build fix.
Current video recording is under #ifdef VBOX_WITH_VPX. Files checked in are still and development and buf fixing and will not be used without flag VBOX_WITH_VPX.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/MachineImpl.h

    r42838 r42839  
    422422    STDMETHOD(COMGETTER(VideoCaptureFile))(BSTR * ppChVideoRecFilename);
    423423    STDMETHOD(COMSETTER(VideoCaptureFile))(IN_BSTR pChVideoRecFilename);
    424     STDMETHOD(COMGETTER(VideoCaptureWidth))(ULONG *u32VideoRecHorzRes);
    425     STDMETHOD(COMSETTER(VideoCaptureWidth))(ULONG u32VideoRecHorzRes);
     424    STDMETHOD(COMGETTER(VideoCaptureWidth))(uint32_t *u32VideoRecHorzRes);
     425    STDMETHOD(COMSETTER(VideoCaptureWidth))(uint32_t u32VideoRecHorzRes);
    426426    STDMETHOD(COMGETTER(VideoCaptureHeight))(uint32_t *u32VideoRecVertRes);
    427427    STDMETHOD(COMSETTER(VideoCaptureHeight))(uint32_t u32VideoRecVertRes);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette