Changeset 96187 in vbox for trunk/src/VBox/Main
- Timestamp:
- Aug 13, 2022 1:12:42 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/DrvAudioRec.cpp
r96175 r96187 322 322 * @param pStreamAV Audio output stream to create. 323 323 * @param pSink Recording sink to associate audio output stream to. 324 * @param pCodec The audio codec, for stream parameters. 324 325 * @param pCfgReq Requested configuration by the audio backend. 325 326 * @param pCfgAcq Acquired configuration by the audio output stream. … … 331 332 AssertPtrReturn(pStreamAV, VERR_INVALID_POINTER); 332 333 AssertPtrReturn(pSink, VERR_INVALID_POINTER); 334 AssertPtrReturn(pCodec, VERR_INVALID_POINTER); 333 335 AssertPtrReturn(pCfgReq, VERR_INVALID_POINTER); 334 336 AssertPtrReturn(pCfgAcq, VERR_INVALID_POINTER);
Note:
See TracChangeset
for help on using the changeset viewer.