Lines Matching refs:rate
103 /**< Additional encoding-specific properties such as sample rate, bitrate, etc. */
150 * for example the sample rate, so that they match the device parameters, then
225 /** Gets the sample rate stored in the format info. Returns a negative error
226 * code on failure. If the sample rate property is not set at all, returns a
228 int pa_format_info_get_rate(const pa_format_info *f, uint32_t *rate);
262 /** Convenience method to set the sampling rate as a property on the given
265 * Note for PCM: If the sample rate is left unspecified in the pa_format_info
266 * object, then the server will select the stream sample rate. In that case the
267 * stream sample rate will most likely match the device sample rate, meaning
268 * that sample rate conversion will be avoided.
271 void pa_format_info_set_rate(pa_format_info *f, int rate);