VirtualBox

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


Ignore:
Timestamp:
Aug 13, 2022 1:12:42 AM (2 years ago)
Author:
vboxsync
Message:

Main/Recording: doxgyen fix. bugref:10275

File:
1 edited

Legend:

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

    r96175 r96187  
    322322 * @param   pStreamAV           Audio output stream to create.
    323323 * @param   pSink               Recording sink to associate audio output stream to.
     324 * @param   pCodec              The audio codec, for stream parameters.
    324325 * @param   pCfgReq             Requested configuration by the audio backend.
    325326 * @param   pCfgAcq             Acquired configuration by the audio output stream.
     
    331332    AssertPtrReturn(pStreamAV, VERR_INVALID_POINTER);
    332333    AssertPtrReturn(pSink,     VERR_INVALID_POINTER);
     334    AssertPtrReturn(pCodec,    VERR_INVALID_POINTER);
    333335    AssertPtrReturn(pCfgReq,   VERR_INVALID_POINTER);
    334336    AssertPtrReturn(pCfgAcq,   VERR_INVALID_POINTER);
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