VirtualBox

Changeset 47982 in vbox for trunk/include


Ignore:
Timestamp:
Aug 22, 2013 8:27:04 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
88304
Message:

VRDEVideoIn.h: extended frame info

File:
1 edited

Legend:

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

    r45124 r47982  
    262262     * uint32_t au32FrameIntervals[u32NumFrameIntervals];
    263263     */
     264    /* Supported min and max bitrate in bits per second follow if VRDE_VIDEOIN_F_FRM_BITRATE is set.
     265     * uint32_t u32MinBitRate;
     266     * uint32_t u32MaxBitRate;
     267     */
    264268    /* Other frame specific data may follow. */
    265269} VRDEVIDEOINFRAMEDESC;
     
    268272#define VRDE_VIDEOIN_F_FRM_STILL              0x01 /* If still images are supported for this frame. */
    269273#define VRDE_VIDEOIN_F_FRM_DISCRETE_INTERVALS 0x02 /* If the discrete intervals list is included. */
     274#define VRDE_VIDEOIN_F_FRM_BITRATE            0x04 /* If the bitrate fields are included. */
    270275
    271276/*
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