Lines Matching refs:port
230 /** Stores information about a specific port of a sink. Please
234 const char *name; /**< Name of this port */
235 const char *description; /**< Description of this port */
236 uint32_t priority; /**< The higher this value is, the more useful this port is as a default. */
237 int available; /**< A flags (see #pa_port_available), indicating availability status of this port. \since 2.0 */
247 * then activate the user-chosen port.
249 * May be NULL, in which case the port is not part of any availability group.
287 uint32_t n_ports; /**< Number of entries in port array \since 0.9.16 */
289 pa_sink_port_info* active_port; /**< Pointer to active port in the array, or NULL. \since 0.9.16 */
325 pa_operation* pa_context_set_sink_port_by_index(pa_context *c, uint32_t idx, const char*port, pa_context_success_cb_t cb, void *userdata);
328 pa_operation* pa_context_set_sink_port_by_name(pa_context *c, const char*name, const char*port, pa_context_success_cb_t cb, void *userdata);
334 /** Stores information about a specific port of a source. Please
338 const char *name; /**< Name of this port */
339 const char *description; /**< Description of this port */
340 uint32_t priority; /**< The higher this value is, the more useful this port is as a default. */
341 int available; /**< A flags (see #pa_port_available), indicating availability status of this port. \since 2.0 */
351 * then activate the user-chosen port.
353 * May be NULL, in which case the port is not part of any availability group (which is
392 uint32_t n_ports; /**< Number of entries in port array \since 0.9.16 */
394 pa_source_port_info* active_port; /**< Pointer to active port in the array, or NULL. \since 0.9.16 */
430 pa_operation* pa_context_set_source_port_by_index(pa_context *c, uint32_t idx, const char*port, pa_context_success_cb_t cb, void *userdata);
433 pa_operation* pa_context_set_source_port_by_name(pa_context *c, const char*name, const char*port, pa_context_success_cb_t cb, void *userdata);
564 /** Stores information about a specific port of a card. Please
568 const char *name; /**< Name of this port */
569 const char *description; /**< Description of this port */
570 uint32_t priority; /**< The higher this value is, the more useful this port is as a default. */
571 int available; /**< A #pa_port_available enum, indicating availability status of this port. */
572 int direction; /**< A #pa_direction enum, indicating the direction of this port. */
576 int64_t latency_offset; /**< Latency offset of the port that gets added to the sink/source latency when the port is active. \since 3.0 */
587 * then activate the user-chosen port.
589 * May be NULL, in which case the port is not part of any availability group (which is
612 uint32_t n_ports; /**< Number of entries in port array */
636 /** Set the latency offset of a port. \since 3.0 */