summaryrefslogtreecommitdiffstats
path: root/src/encoder
diff options
context:
space:
mode:
authorStéphane Lepin <stephane.lepin@gmail.com>2017-08-15 10:07:14 +0200
committerStéphane Lepin <stephane.lepin@gmail.com>2017-08-15 10:07:14 +0200
commitb99d4a5350ef7019a2bab89adf2715e6c384e055 (patch)
tree08c4f2a8259a30a9b5706249d7d22a44531c23b0 /src/encoder
parent9e499cfb318520c15c7464ce815278241c97d89d (diff)
Encoder API: update comment
Diffstat (limited to 'src/encoder')
-rw-r--r--src/encoder/encoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/encoder/encoder.h b/src/encoder/encoder.h
index 352fb861f7..7ed0e431d4 100644
--- a/src/encoder/encoder.h
+++ b/src/encoder/encoder.h
@@ -34,7 +34,7 @@ class Encoder {
// encodes the provided buffer of audio.
virtual void encodeBuffer(const CSAMPLE *samples, const int size) = 0;
// Adds metadata to the encoded audio, i.e., the ID3 tag. Currently only used
- // by EngineRecord, EngineBroadcast does something different.
+ // by EngineRecord, ShoutConnection does something different.
virtual void updateMetaData(const QString& artist, const QString& title, const QString& album) = 0;
// called at the end when encoding is finished
virtual void flush() = 0;