VirtualBox

Changeset 89461 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jun 2, 2021 10:10:57 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
144815
Message:

Audio/ValKit: Docs. bugref:10008

File:
1 edited

Legend:

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

    r89431 r89461  
    239239struct AUDIOTESTSET;
    240240
     241/**
     242 * Structure specifying a single audio test entry of a test set.
     243 *
     244 * A test set can contain zero or more test entry (tests).
     245 */
    241246typedef struct AUDIOTESTENTRY
    242247{
    243248    /** List node. */
    244249    RTLISTNODE           Node;
     250    /** Pointer to test set parent. */
    245251    AUDIOTESTSET        *pParent;
     252    /** Friendly description of the test. */
    246253    char                 szDesc[64];
     254    /** Audio test parameters this test needs to perform the actual test. */
    247255    AUDIOTESTPARMS       Parms;
    248256    /** Number of test objects bound to this test. */
     
    250258    /** Absolute offset (in bytes) where to write the "obj_count" value later. */
    251259    uint64_t             offObjCount;
     260    /** Overall test result. */
    252261    int                  rc;
    253262} AUDIOTESTENTRY;
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