Lines Matching defs:channels

43  * can store the volume of all channels at once.
88 * \li pa_cvolume_channels_equal_to() - Tests if all channels of a pa_cvolume
90 * \li pa_cvolume_is_muted() - Tests if all channels of a pa_cvolume
92 * \li pa_cvolume_is_norm() - Tests if all channels of a pa_cvolume structure
94 * \li pa_cvolume_set() - Set the first n channels of a pa_cvolume structure to
96 * \li pa_cvolume_reset() - Set the first n channels of a pa_cvolume structure
98 * \li pa_cvolume_mute() - Set the first n channels of a pa_cvolume structure
100 * \li pa_cvolume_avg() - Return the average volume of all channels.
146 uint8_t channels; /**< Number of channels */
151 * have the same number of channels and that the volumes of
152 * channels in a equal those in b. */
160 /** Set the volume of the first n channels to PA_VOLUME_NORM */
163 /** Set the volume of the first n channels to PA_VOLUME_MUTED */
166 /** Set the volume of the specified number of channels to the volume v */
167 pa_cvolume* pa_cvolume_set(pa_cvolume *a, unsigned channels, pa_volume_t v);
232 /** Return the average volume of all channels */
235 /** Return the average volume of all channels that are included in the
242 /** Return the maximum volume of all channels. \since 0.9.12 */
245 /** Return the maximum volume of all channels that are included in the
252 /** Return the minimum volume of all channels. \since 0.9.16 */
255 /** Return the minimum volume of all channels that are included in the
265 /** Return non-zero if the volume of all channels is equal to the specified value */
268 /** Return 1 if the specified volume has all channels muted */
271 /** Return 1 if the specified volume has all channels on normal level */
353 * all channels). If no balance value is applicable to
371 * zero anyway for all channels). If no fade value is applicable to
389 * zero anyway for all channels). If no lfe balance value is applicable to
395 * of all channels equals max. The proportions between the channel
400 * of all channels selected via cm/mask equals max. This also modifies
401 * the volume of those channels that are unmasked. The proportions
407 /** Set the passed volume to all channels at the specified channel
415 /** Get the maximum volume of all channels at the specified channel
421 /** This goes through all channels in a and b and sets the
428 * The proportions between the channels are kept.
433 * the channels are kept. Returns \a v, or NULL on error. \since 0.9.16 */
437 * the channels are kept. Returns \a v, or NULL on error. \since 0.9.16 */