summaryrefslogtreecommitdiffstats
path: root/src/pulse/format.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pulse/format.h')
-rw-r--r--src/pulse/format.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pulse/format.h b/src/pulse/format.h
index fdf4f377..7e3ab08d 100644
--- a/src/pulse/format.h
+++ b/src/pulse/format.h
@@ -74,6 +74,9 @@ void pa_format_info_free(pa_format_info *f);
/** Returns non-zero when the format info structure is valid */
int pa_format_info_valid(pa_format_info *f);
+/** Returns non-zero when the format info structure represents a PCM (i.e. uncompressed data) format */
+int pa_format_info_is_pcm(pa_format_info *f);
+
PA_C_DECL_END
#endif