summaryrefslogtreecommitdiff
path: root/src/codecs/include
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2023-11-24 15:13:10 +1100
committerjacqueline <me@jacqueline.id.au>2023-11-24 15:13:10 +1100
commit7c6eb2997cbba350e7384151e13659271508e08f (patch)
treeb6f95a4843521e69b24cbf4c126d84442d19fc23 /src/codecs/include
parent230721cd6271f3239b42e1d2471f8db15bebd712 (diff)
downloadtangara-fw-7c6eb2997cbba350e7384151e13659271508e08f.tar.gz
Migrate 'now playing' screen to lua
Diffstat (limited to 'src/codecs/include')
-rw-r--r--src/codecs/include/types.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/codecs/include/types.hpp b/src/codecs/include/types.hpp
index e0bba47d..c9eefe45 100644
--- a/src/codecs/include/types.hpp
+++ b/src/codecs/include/types.hpp
@@ -18,4 +18,6 @@ enum class StreamType {
kOpus,
};
+auto StreamTypeToString(StreamType t) -> std::string;
+
} // namespace codecs