summaryrefslogtreecommitdiffstats
path: root/polyp/sink-input.h
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/sink-input.h')
-rw-r--r--polyp/sink-input.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/polyp/sink-input.h b/polyp/sink-input.h
index aed5f521..eb2cb239 100644
--- a/polyp/sink-input.h
+++ b/polyp/sink-input.h
@@ -54,9 +54,12 @@ struct pa_sink_input {
void (*drop) (struct pa_sink_input *i, const struct pa_memchunk *chunk, size_t length);
void (*kill) (struct pa_sink_input *i);
pa_usec_t (*get_latency) (struct pa_sink_input *i);
+ void (*underrun) (struct pa_sink_input *i);
void *userdata;
+ int playing;
+
struct pa_memchunk resampled_chunk;
struct pa_resampler *resampler;
};