HostVideoCaptureDeviceImpl.h revision 138f1f5d6c7d7c3ebcd41e93493e8c9c1aa501e6
/* $Id$ */
/** @file
*
* A host video capture device description.
*/
/*
* Copyright (C) 2013 Oracle Corporation
*
* This file is part of VirtualBox Open Source Edition (OSE), as
* available from http://www.virtualbox.org. This file is free software;
* General Public License (GPL) as published by the Free Software
* Foundation, in version 2 as it comes in the "COPYING" file of the
* VirtualBox OSE distribution. VirtualBox OSE is distributed in the
* hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
*/
#ifndef HOSTVIDEOCAPTUREDEVICE_IMPL_H_
#define HOSTVIDEOCAPTUREDEVICE_IMPL_H_
#include "HostVideoCaptureDeviceWrap.h"
#include <list>
{
void FinalRelease();
/* Public initializer/uninitializer for internal purposes only. */
void uninit();
// wrapped IHostVideoCaptureDevice properties
/* Data. */
struct Data
{
Data()
{
}
};
Data m;
};
#endif // HOSTVIDEOCAPTUREDEVICE_IMPL_H_
/* vi: set tabstop=4 shiftwidth=4 expandtab: */