mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-01 22:58:47 -04:00
introspect: Minor documentation fix
This commit is contained in:
parent
9e65fd1373
commit
6027cb52d9
1 changed files with 1 additions and 1 deletions
|
|
@ -326,7 +326,7 @@ typedef struct pa_source_info {
|
|||
pa_cvolume volume; /**< Volume of the source */
|
||||
int mute; /**< Mute switch of the sink */
|
||||
uint32_t monitor_of_sink; /**< If this is a monitor source, the index of the owning sink, otherwise PA_INVALID_INDEX. */
|
||||
const char *monitor_of_sink_name; /**< Name of the owning sink, or PA_INVALID_INDEX. */
|
||||
const char *monitor_of_sink_name; /**< Name of the owning sink, or NULL. */
|
||||
pa_usec_t latency; /**< Length of filled record buffer of this source. */
|
||||
const char *driver; /**< Driver name */
|
||||
pa_source_flags_t flags; /**< Flags */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue