VirtualBox

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


Ignore:
Timestamp:
Aug 11, 2022 4:55:24 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) bugref:10275

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/Makefile.kmk

    r96142 r96144  
    140140ifdef VBOX_WITH_PDM_ASYNC_COMPLETION
    141141VBOX_MAIN_DEFS += VBOX_WITH_PDM_ASYNC_COMPLETION
     142endif
     143ifdef VBOX_WITH_RECORDING
     144VBOX_MAIN_DEFS += VBOX_WITH_RECORDING
    142145endif
    143146ifdef VBOX_WITH_SDS
     
    10021005
    10031006ifdef VBOX_WITH_RECORDING
    1004  VBoxC_DEFS  += VBOX_WITH_RECORDING
    1005  # Needed in VBoxSVC for ISystemProperties.
    1006  src-server/SystemPropertiesImpl.cpp_DEFS += VBOX_WITH_RECORDING
    10071007 ifdef VBOX_WITH_LIBVPX
    10081008  VBoxC_SDKS += VBOX_VPX
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