From 78df2c32a46cfe554b53cfbd8aa917daeea71318 Mon Sep 17 00:00:00 2001 From: Hunter Date: Wed, 28 Feb 2024 16:11:17 -0800 Subject: [PATCH] Forgot doxygen comment for is_empty() --- src/internal_modules/roc_audio/sample_spec.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/internal_modules/roc_audio/sample_spec.h b/src/internal_modules/roc_audio/sample_spec.h index 8ef737302..05b4f3568 100644 --- a/src/internal_modules/roc_audio/sample_spec.h +++ b/src/internal_modules/roc_audio/sample_spec.h @@ -65,7 +65,8 @@ class SampleSpec { //! Check if sample spec has non-zero rate and valid channel set. bool is_valid() const; - + + //! Check if sample spec has a zero rate, empty channel set, and invalid_format bool is_empty() const; //! Check if samples are in raw format.