From 4303f2e6c5cad42c69b97842a0d2d6d5a56105a8 Mon Sep 17 00:00:00 2001 From: badaix Date: Thu, 3 Sep 2015 23:02:15 +0200 Subject: [PATCH] comment --- message/sampleFormat.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/message/sampleFormat.cpp b/message/sampleFormat.cpp index 953d4c05..3e7be3a8 100644 --- a/message/sampleFormat.cpp +++ b/message/sampleFormat.cpp @@ -70,6 +70,7 @@ void SampleFormat::setFormat(const std::string& format) void SampleFormat::setFormat(uint32_t rate, uint16_t bits, uint16_t channels) { + //needs something like: 24_3 = 3 bytes, 24 = 4 bytes this->rate = rate; this->bits = bits; this->channels = channels;