diff options
Diffstat (limited to 'src/pulsecore/sink.h')
-rw-r--r-- | src/pulsecore/sink.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pulsecore/sink.h b/src/pulsecore/sink.h index 3f169952..23f02c40 100644 --- a/src/pulsecore/sink.h +++ b/src/pulsecore/sink.h @@ -91,6 +91,8 @@ struct pa_sink { pa_memblock *silence; + pa_usec_t min_latency; /* we won't go below this latency setting */ + int (*set_state)(pa_sink *s, pa_sink_state_t state); /* may be NULL */ int (*set_volume)(pa_sink *s); /* dito */ int (*get_volume)(pa_sink *s); /* dito */ |