introspect: Minor documentation fix

This commit is contained in:
Arun Raghavan 2014-11-04 14:16:06 +05:30 committed by Arun Raghavan
parent 9e65fd1373
commit 6027cb52d9

View file

@ -326,7 +326,7 @@ typedef struct pa_source_info {
pa_cvolume volume; /**< Volume of the source */ pa_cvolume volume; /**< Volume of the source */
int mute; /**< Mute switch of the sink */ 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. */ 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. */ pa_usec_t latency; /**< Length of filled record buffer of this source. */
const char *driver; /**< Driver name */ const char *driver; /**< Driver name */
pa_source_flags_t flags; /**< Flags */ pa_source_flags_t flags; /**< Flags */