diff options
Diffstat (limited to 'src/pulse/introspect.h')
| -rw-r--r-- | src/pulse/introspect.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/pulse/introspect.h b/src/pulse/introspect.h index 49c1de63..a6b4a801 100644 --- a/src/pulse/introspect.h +++ b/src/pulse/introspect.h @@ -508,6 +508,7 @@ typedef struct pa_sink_input_info {      int corked;                          /**< Stream corked \since 1.0 */      int has_volume;                      /**< Stream has volume. If not set, then the meaning of this struct's volume member is unspecified. \since 1.0 */      int volume_writable;                 /**< The volume can be set. If not set, the volume can still change even though clients can't control the volume. \since 1.0 */ +    pa_format_info *format;              /**< Stream format information. \since 1.0 */  } pa_sink_input_info;  /** Callback prototype for pa_context_get_sink_input_info() and friends*/ | 
