VideoRec.h revision 3be3bcfd48fd654a7562ab95b3949182cc2e4ba5
3be3bcfd48fd654a7562ab95b3949182cc2e4ba5vboxsync * Encodes the screen content in VPX format.
3be3bcfd48fd654a7562ab95b3949182cc2e4ba5vboxsync * Copyright (C) 2012-2013 Oracle Corporation
3be3bcfd48fd654a7562ab95b3949182cc2e4ba5vboxsync * This file is part of VirtualBox Open Source Edition (OSE), as
3be3bcfd48fd654a7562ab95b3949182cc2e4ba5vboxsync * available from http://www.virtualbox.org. This file is free software;
3be3bcfd48fd654a7562ab95b3949182cc2e4ba5vboxsync * you can redistribute it and/or modify it under the terms of the GNU
3be3bcfd48fd654a7562ab95b3949182cc2e4ba5vboxsync * General Public License (GPL) as published by the Free Software
3be3bcfd48fd654a7562ab95b3949182cc2e4ba5vboxsync * Foundation, in version 2 as it comes in the "COPYING" file of the
3be3bcfd48fd654a7562ab95b3949182cc2e4ba5vboxsync * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
3be3bcfd48fd654a7562ab95b3949182cc2e4ba5vboxsync * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
320cea12eb9eb0c91fb57c3bba37a1471bfa9ba5vboxsyncint VideoRecContextCreate(PVIDEORECCONTEXT *ppVideoRecContext);
320cea12eb9eb0c91fb57c3bba37a1471bfa9ba5vboxsyncint VideoRecContextInit(PVIDEORECCONTEXT pVideoRecContext, com::Bstr mFileName,
320cea12eb9eb0c91fb57c3bba37a1471bfa9ba5vboxsync uint32_t uWidth, uint32_t uHeight, uint32_t uRate);
320cea12eb9eb0c91fb57c3bba37a1471bfa9ba5vboxsyncvoid VideoRecContextClose(PVIDEORECCONTEXT pVideoRecContext);
320cea12eb9eb0c91fb57c3bba37a1471bfa9ba5vboxsyncbool VideoRecIsEnabled(PVIDEORECCONTEXT pVideoRecContext);
320cea12eb9eb0c91fb57c3bba37a1471bfa9ba5vboxsyncint VideoRecCopyToIntBuffer(PVIDEORECCONTEXT pVideoRecContext, uint32_t x,
24e27201b1438d88569467f104a0e3cb1df190edvboxsync uint32_t y, uint32_t uPixelFormat, uint32_t uBitsPerPixel,
8d5a5b284c0856c6e51bdb6e1ccb5ddf3f94721bvboxsync uint32_t uBytesPerLine, uint32_t uGuestHeight, uint32_t uGuestWidth,
3be3bcfd48fd654a7562ab95b3949182cc2e4ba5vboxsyncint VideoRecDoRGBToYUV(PVIDEORECCONTEXT pVideoRecContext, uint32_t u32PixelFormat);