VirtualBox

Changeset 89436 in vbox for trunk/src/VBox/Devices/Audio


Ignore:
Timestamp:
Jun 1, 2021 3:05:48 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
144790
Message:

Audio/ValKit: Manifest writing + packing fixes. bugref:10008

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/AudioTest.cpp

    r89434 r89436  
    12641264
    12651265/**
    1266  * Packs an audio test so that it's ready for transmission.
     1266 * Packs a closed audio test so that it's ready for transmission.
    12671267 *
    12681268 * @returns VBox status code.
     
    12751275{
    12761276    AssertReturn(!pszFileName || cbFileName, VERR_INVALID_PARAMETER);
    1277     AssertReturn(audioTestManifestIsOpen(pSet), VERR_WRONG_ORDER);
     1277    AssertReturn(!audioTestManifestIsOpen(pSet), VERR_WRONG_ORDER);
    12781278
    12791279    /** @todo Check and deny if \a pszOutDir is part of the set's path. */
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