VirtualBox

Changeset 96143 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Aug 11, 2022 4:17:08 PM (2 years ago)
Author:
vboxsync
Message:

Recording/Main:

  • Renamed RecordingVideoScalingMethod -> RecordingVideoScalingMode (to match the other enums).
  • Renamed RecordingVideoRateControlMode -> RecordingRateControlMode, as this also can apply to audio codecs.
  • Added ABR (average bitrate) mode to RecordingRateControlMode.

IRecordingScreenSettings:

  • Added audioRateControlMode.
  • Added videoScalingMode.

ISystemProperties:

  • Renamed supportedRecordingVSMethods to supportedRecordingVSModes (to match RecordingVideoScalingMode).
  • Added supportedRecordingARCModes.

Renamed com::settings::RecordingScreenSettings.Audio.enmAudioCodec -> .enmCodec (Doppelmoppel).

More documentation.

​(Build fix, forgot to commit a file) bugref:10275

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/SystemPropertiesImpl.cpp

    r96141 r96143  
    15981598    static const RecordingAudioCodec_T aRecordingAudioCodecs[] =
    15991599    {
     1600        RecordingAudioCodec_None,
    16001601#ifdef DEBUG
    16011602        RecordingAudioCodec_WavPCM,
     
    16171618    static const RecordingVideoCodec_T aRecordingVideoCodecs[] =
    16181619    {
     1620        RecordingVideoCodec_None,
     1621#ifdef VBOX_WITH_LIBVPX
    16191622        RecordingVideoCodec_VP8,
     1623#endif
    16201624#ifdef DEBUG
    16211625        RecordingVideoCodec_VP9,
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette