diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-03-14 20:23:47 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-04-02 22:19:48 +0200 |
| commit | ef5fba92e71d7f5f3887995d973224c38ef92206 (patch) | |
| tree | 0fac78fe369eb234efd24c7e71ff2dd0647cfa3b /src/lib | |
| parent | fa413e203b864571ca00ec937088b87793f312df (diff) | |
Cleanup: tidy some comments.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/audio_content.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/lib/audio_content.h b/src/lib/audio_content.h index 064cc42f0..ba998a5ad 100644 --- a/src/lib/audio_content.h +++ b/src/lib/audio_content.h @@ -63,10 +63,9 @@ public: int resampled_frame_rate (std::shared_ptr<const Film> film) const; std::vector<NamedChannel> channel_names () const; - /** Set gain in dB. - * @param double g New gain in dB. - */ - void set_gain (double g); + /** Set gain in dB */ + void set_gain (double); + /** Set delay in milliseconds (positive moves audio later) */ void set_delay (int); double gain () const { |
