summaryrefslogtreecommitdiffstats
path: root/polyp/polyplib-def.h
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/polyplib-def.h')
-rw-r--r--polyp/polyplib-def.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/polyp/polyplib-def.h b/polyp/polyplib-def.h
index bab23e47..cd0662dd 100644
--- a/polyp/polyplib-def.h
+++ b/polyp/polyplib-def.h
@@ -72,6 +72,11 @@ enum pa_stream_direction {
PA_STREAM_UPLOAD /**< Sample upload stream */
};
+/** Some special flags for stream connections. \since 0.6 */
+enum pa_stream_flags {
+ PA_STREAM_START_CORKED = 1, /**< Create the stream corked, requiring an explicit pa_stream_cork() call to uncork it. */
+};
+
/** Playback and record buffer metrics */
struct pa_buffer_attr{
uint32_t maxlength; /**< Maximum length of the buffer */