Lines Matching refs:index
83 * and source have both an index and a name associated with it. As such,
86 * \li By index - pa_context_get_sink_info_by_index() /
102 * Sink inputs and source outputs only have an index to identify them. As
105 * \li By index - pa_context_get_sink_input_info() /
118 * \li By index - pa_context_get_sample_info_by_index()
127 * PulseAudio driver modules are identified by index and are retrieved using either
133 * PulseAudio clients are also identified by index and are retrieved using
149 * \li By index - pa_context_set_sink_volume_by_index() /
156 * \li By index - pa_context_set_sink_mute_by_index() /
269 uint32_t index; /**< Index of the sink */
286 uint32_t card; /**< Card index, or PA_INVALID_INDEX. \since 0.9.15 */
300 /** Get information about a sink by its index */
306 /** Set the volume of a sink device specified by its index */
312 /** Set the mute switch of a sink device specified by its index */
374 uint32_t index; /**< Index of the source */
378 uint32_t owner_module; /**< Owning module index, or PA_INVALID_INDEX. */
381 uint32_t monitor_of_sink; /**< If this is a monitor source, the index of the owning sink, otherwise PA_INVALID_INDEX. */
391 uint32_t card; /**< Card index, or PA_INVALID_INDEX. \since 0.9.15 */
405 /** Get information about a source by its index */
411 /** Set the volume of a source device specified by its index */
417 /** Set the mute switch of a source device specified by its index */
468 uint32_t index; /**< Index of the module */
481 /** Get some information about a module by its index */
515 uint32_t index; /**< Index of this client */
525 /** Get information about a client by its index */
604 uint32_t index; /**< Index of this card */
621 /** Get information about a card by its index \since 0.9.15 */
647 uint32_t index; /**< Index of the sink input */
670 /** Get some information about a sink input by its index */
699 uint32_t index; /**< Index of the source output */
722 /** Get information about a source output by its index */
772 uint32_t index; /**< Index of this entry */
790 /** Get information about a sample by its index */
812 uint32_t index; /**< Index of this autoload entry */