From faa62e0c60d51a9df88002a59825b427323259c0 Mon Sep 17 00:00:00 2001 From: Tom Kirchner Date: Mon, 6 Jan 2025 20:53:02 -0800 Subject: Add bitrate info --- src/codecs/include/codec.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/codecs/include/codec.hpp') diff --git a/src/codecs/include/codec.hpp b/src/codecs/include/codec.hpp index 4d588a98..6ff7a267 100644 --- a/src/codecs/include/codec.hpp +++ b/src/codecs/include/codec.hpp @@ -106,6 +106,7 @@ class ICodec { uint8_t num_channels; uint32_t sample_rate_hz; std::optional total_samples; + std::optional bitrate_kbps; bool operator==(const OutputFormat&) const = default; }; -- cgit v1.2.3