VirtualBox

Ignore:
Timestamp:
Nov 9, 2018 12:56:40 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
126494
Message:

Recording/Main: Renamed the IRecord* interfaces again to IRecording* to make it more standardized.

File:
1 edited

Legend:

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

    r75354 r75361  
    10881088 * @param   Settings        Capturing configuration to apply.
    10891089 */
    1090 int AudioVideoRec::applyConfiguration(const settings::RecordSettings &Settings)
     1090int AudioVideoRec::applyConfiguration(const settings::RecordingSettings &Settings)
    10911091{
    10921092    /** @todo Do some validation here. */
     
    11081108    /** @todo For now we're using the configuration of the first screen here audio-wise. */
    11091109    Assert(mVideoRecCfg.mapScreens.size() >= 1);
    1110     const settings::RecordScreenSettings &Screen0Settings = mVideoRecCfg.mapScreens[0];
     1110    const settings::RecordingScreenSettings &Screen0Settings = mVideoRecCfg.mapScreens[0];
    11111111
    11121112    rc = CFGMR3InsertInteger(pLunCfg, "ContainerType", (uint64_t)Screen0Settings.enmDest);
    11131113    AssertRCReturn(rc, rc);
    1114     if (Screen0Settings.enmDest == RecordDestination_File)
     1114    if (Screen0Settings.enmDest == RecordingDestination_File)
    11151115    {
    11161116        rc = CFGMR3InsertString(pLunCfg, "ContainerFileName", Utf8Str(Screen0Settings.File.strName).c_str());
Note: See TracChangeset for help on using the changeset viewer.

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