mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
introspect: Include whether a stream is corked in the info callback.
This commit is contained in:
parent
5e442f4e0e
commit
3de129f3ac
7 changed files with 31 additions and 6 deletions
|
|
@ -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*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue