Lines Matching defs:client
49 * maintain an asynchronous design. The client will request the information
98 * Sink inputs and source outputs are the representations of the client ends
99 * of streams inside the server. I.e. they connect a client stream to one of
515 uint32_t index; /**< Index of this client */
516 const char *name; /**< Name of this client */
525 /** Get information about a client by its index */
528 /** Get the complete client list */
531 /** Kill a client. */
650 uint32_t client; /**< Index of the client this sink input belongs to, or PA_INVALID_INDEX when it does not belong to any client. */
702 uint32_t client; /**< Index of the client this source output belongs to, or PA_INVALID_INDEX when it does not belong to any client. */