VirtualBox

Changeset 88964 in vbox


Ignore:
Timestamp:
May 10, 2021 12:01:41 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
144300
Message:

Audio/ValKit: Docs. bugref:10008

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/utils/audio/vkat.cpp

    r88963 r88964  
    493493}
    494494
     495/**
     496 * Overrides audio test base parameters with another set.
     497 *
     498 * @returns VBox status code.
     499 * @param   pBaseParms          Base parameters to override.
     500 * @param   pOverrideParms      Override parameters to use for overriding the base parameters.
     501 *
     502 * @note    Overriding a parameter depends on its type / default values.
     503 */
    495504static int audioTestCombineParms(PAUDIOTESTPARMS pBaseParms, PAUDIOTESTPARMS pOverrideParms)
    496505{
    497506    RT_NOREF(pBaseParms, pOverrideParms);
    498     return 0;
     507
     508    /** @todo Implement parameter overriding. */
     509    return VERR_NOT_IMPLEMENTED;
    499510}
    500511
     
    526537    }
    527538
    528     void *pvCtx = NULL;
     539    void *pvCtx = NULL; /* Test-specific opaque context. Optional and can be NULL. */
    529540
    530541    if (pTstDesc->pfnSetup)
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