VirtualBox

Changeset 44276 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jan 11, 2013 2:35:39 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
83175
Message:

include,ExtPacks\Puel\UsbWebcam,Main,VRDP: emulated USB webcam updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/RemoteDesktop/VRDEVideoIn.h

    r44191 r44276  
    44
    55/*
    6  * Copyright (C) 2012 Oracle Corporation
     6 * Copyright (C) 2012-2013 Oracle Corporation
    77 *
    88 * Oracle Corporation confidential
     
    250250    uint32_t u32MinFrameInterval;  /* Shortest frame interval supported (at highest frame rate), in 100ns units. */
    251251    uint32_t u32MaxFrameInterval;  /* Longest frame interval supported (at lowest frame rate), in 100ns units. */
     252    /* Supported frame intervals (in 100ns units) follow if VRDE_VIDEOIN_F_FRM_DISCRETE_INTERVALS is set.
     253     * uint32_t au32FrameIntervals[u32NumFrameIntervals];
     254     */
    252255    /* Other frame specific data may follow. */
    253256} VRDEVIDEOINFRAMEDESC;
     
    255258/* VRDEVIDEOINFRAMEDESC::u8FrameFlags. */
    256259#define VRDE_VIDEOIN_F_FRM_STILL              0x01 /* If still images are supported for this frame. */
     260#define VRDE_VIDEOIN_F_FRM_DISCRETE_INTERVALS 0x02 /* If the discrete intervals list is included. */
    257261
    258262/*
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