mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
proplist: Make filter properties line up prettily
This commit is contained in:
parent
6bb78c80e1
commit
2e075bb837
1 changed files with 3 additions and 3 deletions
|
|
@ -63,13 +63,13 @@ PA_C_DECL_BEGIN
|
|||
#define PA_PROP_MEDIA_ROLE "media.role"
|
||||
|
||||
/** For streams: the name of a filter that is desired, e.g. "echo-cancel" or "equalizer-sink". PulseAudio may choose to not apply the filter if it does not make sense (for example, applying echo-cancellation on a Bluetooth headset probably does not make sense. \since 1.0 */
|
||||
#define PA_PROP_FILTER_WANT "filter.want"
|
||||
#define PA_PROP_FILTER_WANT "filter.want"
|
||||
|
||||
/** For streams: the name of a filter that is desired, e.g. "echo-cancel" or "equalizer-sink". Differs from PA_PROP_FILTER_WANT in that it forces PulseAudio to apply the filter, regardless of whether PulseAudio thinks it makes sense to do so or not. If this is set, PA_PROP_FILTER_WANT is ignored. In other words, you almost certainly do not want to use this. \since 1.0 */
|
||||
#define PA_PROP_FILTER_APPLY "filter.apply"
|
||||
#define PA_PROP_FILTER_APPLY "filter.apply"
|
||||
|
||||
/** For streams: the name of a filter that should specifically suppressed (i.e. overrides PA_PROP_FILTER_WANT). Useful for the times that PA_PROP_FILTER_WANT is automatically added (e.g. echo-cancellation for phone streams when $VOIP_APP does it's own, internal AEC) \since 1.0 */
|
||||
#define PA_PROP_FILTER_SUPPRESS "filter.suppress"
|
||||
#define PA_PROP_FILTER_SUPPRESS "filter.suppress"
|
||||
|
||||
/** For event sound streams: XDG event sound name. e.g. "message-new-email" (Event sound streams are those with media.role set to "event") */
|
||||
#define PA_PROP_EVENT_ID "event.id"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue