]> code.delx.au - pulseaudio/blobdiff - polyp/polyplib-def.h
bum version number
[pulseaudio] / polyp / polyplib-def.h
index bab23e473f1571454c2944c4ce0fbb03e4a92413..cd0662ddaf459afb5a8591b6844454e2d85c4440 100644 (file)
@@ -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 */