Skip to content

Commit

Permalink
Forgot doxygen comment for is_empty()
Browse files Browse the repository at this point in the history
  • Loading branch information
Hrick87 committed Feb 29, 2024
1 parent f765cfd commit 78df2c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/internal_modules/roc_audio/sample_spec.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 78df2c3

Please sign in to comment.