VirtualBox

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


Ignore:
Timestamp:
Sep 21, 2017 9:50:20 AM (7 years ago)
Author:
vboxsync
Message:

VideoRec: Enable recording audio by default. Can be disabled by the options string.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/DisplayImpl.cpp

    r68808 r68809  
    24562456    mVideoRecCfg.Video.fEnabled  = true;
    24572457#ifdef VBOX_WITH_AUDIO_VIDEOREC
    2458     mVideoRecCfg.Audio.fEnabled  = false;
     2458    mVideoRecCfg.Audio.fEnabled  = true;
    24592459    /* By default we use 48kHz, 16-bit, stereo for the audio track. */
    24602460    mVideoRecCfg.Audio.uHz       = 48000;
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