From a7413aff22521ea471575613b936e437230d3f28 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 27 Aug 2020 11:40:56 +0200 Subject: audio: clarify set_pause() documentation --- audio/out/internal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'audio') diff --git a/audio/out/internal.h b/audio/out/internal.h index 5cf99a02b7..820acc52a0 100644 --- a/audio/out/internal.h +++ b/audio/out/internal.h @@ -153,6 +153,7 @@ struct ao_driver { // returns success (this is intended for paused=true; if it // returns false, playback continues, and the core emulates via // reset(); unpausing always works) + // The pausing state is also cleared by reset(). bool (*set_pause)(struct ao *ao, bool paused); // pull based: start the audio callback // push based: start playing queued data -- cgit v1.2.3