Changeset 74057 in vbox for trunk/src/VBox/Devices/Audio
- Timestamp:
- Sep 4, 2018 9:10:59 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/AudioMixer.cpp
r74041 r74057 1525 1525 * @param pSink Input mixer sink to set recording source for. 1526 1526 * @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. 1527 1528 */ 1528 1529 int AudioMixerSinkSetRecordingSource(PAUDMIXSINK pSink, PAUDMIXSTREAM pStream) 1529 1530 { 1530 1531 AssertPtrReturn(pSink, VERR_INVALID_POINTER); 1531 AssertPtrReturn(pStream, VERR_INVALID_POINTER);1532 1532 1533 1533 int rc = RTCritSectEnter(&pSink->CritSect);
Note:
See TracChangeset
for help on using the changeset viewer.