VirtualBox

Changeset 48607 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Sep 20, 2013 3:47:37 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
89180
Message:

VBoxManage,Main: VideoCaptureDevice -> VideoInputDevice

Location:
trunk/src/VBox/Main/include
Files:
1 edited
1 moved

Legend:

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

    r48578 r48607  
    7878    STDMETHOD(COMGETTER(UTCTime))(LONG64 *aUTCTime);
    7979    STDMETHOD(COMGETTER(Acceleration3DAvailable))(BOOL *aSupported);
    80     STDMETHOD(COMGETTER(VideoCaptureDevices))(ComSafeArrayOut(IHostVideoCaptureDevice*, aVideoCaptureDevices));
     80    STDMETHOD(COMGETTER(VideoInputDevices))(ComSafeArrayOut(IHostVideoInputDevice*, aVideoInputDevices));
    8181
    8282    // IHost methods
  • trunk/src/VBox/Main/include/HostVideoInputDeviceImpl.h

    r48600 r48607  
    1818 */
    1919
    20 #ifndef HOSTVIDEOCAPTUREDEVICE_IMPL_H_
    21 #define HOSTVIDEOCAPTUREDEVICE_IMPL_H_
     20#ifndef HOSTVIDEOINPUTDEVICE_IMPL_H_
     21#define HOSTVIDEOINPUTDEVICE_IMPL_H_
    2222
    23 #include "HostVideoCaptureDeviceWrap.h"
     23#include "HostVideoInputDeviceWrap.h"
    2424
    2525#include <list>
    2626
    27 class HostVideoCaptureDevice;
     27class HostVideoInputDevice;
    2828
    29 typedef std::list<ComObjPtr<HostVideoCaptureDevice> > HostVideoCaptureDeviceList;
     29typedef std::list<ComObjPtr<HostVideoInputDevice> > HostVideoInputDeviceList;
    3030
    31 class ATL_NO_VTABLE HostVideoCaptureDevice :
    32     public HostVideoCaptureDeviceWrap
     31class ATL_NO_VTABLE HostVideoInputDevice :
     32    public HostVideoInputDeviceWrap
    3333{
    3434public:
    3535
    36     DECLARE_EMPTY_CTOR_DTOR(HostVideoCaptureDevice)
     36    DECLARE_EMPTY_CTOR_DTOR(HostVideoInputDevice)
    3737
    3838    HRESULT FinalConstruct();
     
    4343    void uninit();
    4444
    45     static HRESULT queryHostDevices(HostVideoCaptureDeviceList *pList);
     45    static HRESULT queryHostDevices(HostVideoInputDeviceList *pList);
    4646
    4747private:
    4848
    49     // wrapped IHostVideoCaptureDevice properties
     49    // wrapped IHostVideoInputDevice properties
    5050    virtual HRESULT getName(com::Utf8Str &aName) { aName = m.name; return S_OK; }
    5151    virtual HRESULT getPath(com::Utf8Str &aPath) { aPath = m.path; return S_OK; }
     
    6767};
    6868
    69 #endif // HOSTVIDEOCAPTUREDEVICE_IMPL_H_
     69#endif // HOSTVIDEOINPUTDEVICE_IMPL_H_
    7070
    7171/* vi: set tabstop=4 shiftwidth=4 expandtab: */
Note: See TracChangeset for help on using the changeset viewer.

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