diff options
| author | liamwhite <liamwhite@users.noreply.github.com> | 2022-12-17 10:21:19 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-17 10:21:19 -0500 |
| commit | fa10374d39effc79b5b9ed789bf873030cb08d7f (patch) | |
| tree | 0e4cac7d6e87771e8f18c0d3bba7d8e3cddbb2c7 /src/audio_core/device/device_session.h | |
| parent | 98135dee16390b2d07c138e2e2dd66440b6f60a5 (diff) | |
| parent | 6a56f42f5d94e2be405a736a74b86ffe3ab1b37b (diff) | |
Merge pull request #9455 from Kelebek1/audio_signal
[audio_core] Signal buffer event on audio in/out system stop
Diffstat (limited to 'src/audio_core/device/device_session.h')
| -rw-r--r-- | src/audio_core/device/device_session.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/audio_core/device/device_session.h b/src/audio_core/device/device_session.h index 74f4dc085..75f766c68 100644 --- a/src/audio_core/device/device_session.h +++ b/src/audio_core/device/device_session.h @@ -91,6 +91,11 @@ public: void Stop(); /** + * Clear out the underlying audio buffers in the backend stream. + */ + void ClearBuffers(); + + /** * Set this device session's volume. * * @param volume - New volume for this session. |
