summaryrefslogtreecommitdiffstats
path: root/src/pulse/introspect.h
diff options
context:
space:
mode:
authorColin Guthrie <cguthrie@mandriva.org>2010-10-04 11:48:43 +0100
committerColin Guthrie <cguthrie@mandriva.org>2010-10-06 09:17:01 +0100
commit3de129f3ac8dd6cf51178b266837db4d5e4a1215 (patch)
tree6eb09c59928b9748fdba6dd170c0ed75714e6f61 /src/pulse/introspect.h
parent5e442f4e0e6937c72997a9b9b66bf931b141ed0a (diff)
introspect: Include whether a stream is corked in the info callback.
Diffstat (limited to 'src/pulse/introspect.h')
-rw-r--r--src/pulse/introspect.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pulse/introspect.h b/src/pulse/introspect.h
index f9d22b29..d4107de0 100644
--- a/src/pulse/introspect.h
+++ b/src/pulse/introspect.h
@@ -500,6 +500,7 @@ typedef struct pa_sink_input_info {
const char *driver; /**< Driver name */
int mute; /**< Stream muted \since 0.9.7 */
pa_proplist *proplist; /**< Property list \since 0.9.11 */
+ int corked; /**< Stream corked \since 0.9.22 */
} pa_sink_input_info;
/** Callback prototype for pa_context_get_sink_input_info() and friends*/
@@ -546,6 +547,7 @@ typedef struct pa_source_output_info {
const char *resample_method; /**< The resampling method used by this source output. */
const char *driver; /**< Driver name */
pa_proplist *proplist; /**< Property list \since 0.9.11 */
+ int corked; /**< Stream corked \since 0.9.22 */
} pa_source_output_info;
/** Callback prototype for pa_context_get_source_output_info() and friends*/