Changeset 47982 in vbox for trunk/include
- Timestamp:
- Aug 22, 2013 8:27:04 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 88304
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/RemoteDesktop/VRDEVideoIn.h
r45124 r47982 262 262 * uint32_t au32FrameIntervals[u32NumFrameIntervals]; 263 263 */ 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 */ 264 268 /* Other frame specific data may follow. */ 265 269 } VRDEVIDEOINFRAMEDESC; … … 268 272 #define VRDE_VIDEOIN_F_FRM_STILL 0x01 /* If still images are supported for this frame. */ 269 273 #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. */ 270 275 271 276 /*
Note:
See TracChangeset
for help on using the changeset viewer.