VirtualBox

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


Ignore:
Timestamp:
Sep 4, 2018 9:10:59 AM (6 years ago)
Author:
vboxsync
Message:

Audio/Mixer: Allow setting NULL for un-setting a recording source in AudioMixerSinkSetRecordingSource().

File:
1 edited

Legend:

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

    r74041 r74057  
    15251525 * @param   pSink               Input mixer sink to set recording source for.
    15261526 * @param   pStream             Mixer stream to set as current recording source. Must be an input stream.
     1527 *                              Set to NULL to un-set the current recording source.
    15271528 */
    15281529int AudioMixerSinkSetRecordingSource(PAUDMIXSINK pSink, PAUDMIXSTREAM pStream)
    15291530{
    15301531    AssertPtrReturn(pSink, VERR_INVALID_POINTER);
    1531     AssertPtrReturn(pStream, VERR_INVALID_POINTER);
    15321532
    15331533    int rc = RTCritSectEnter(&pSink->CritSect);
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