Changeset 44276 in vbox for trunk/include/VBox
- Timestamp:
- Jan 11, 2013 2:35:39 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 83175
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/RemoteDesktop/VRDEVideoIn.h
r44191 r44276 4 4 5 5 /* 6 * Copyright (C) 2012 Oracle Corporation6 * Copyright (C) 2012-2013 Oracle Corporation 7 7 * 8 8 * Oracle Corporation confidential … … 250 250 uint32_t u32MinFrameInterval; /* Shortest frame interval supported (at highest frame rate), in 100ns units. */ 251 251 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 */ 252 255 /* Other frame specific data may follow. */ 253 256 } VRDEVIDEOINFRAMEDESC; … … 255 258 /* VRDEVIDEOINFRAMEDESC::u8FrameFlags. */ 256 259 #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. */ 257 261 258 262 /*
Note:
See TracChangeset
for help on using the changeset viewer.