Software/PulseAudio/Documentation/Developer/Clients/DBus/Card

D-Bus Interface: Cards

(Back to the toplevel D-Bus Interface page)

Objects and their interfaces:

org.PulseAudio.Core1.Card

Properties

Index

The card index.

Name

The card name.

Driver

The driver that implements the card object. This is usually expressed as a source code file name, for example "module-alsa-card.c".

!OwnerModule

The module that owns this card. It's not guaranteed that any module claims ownership; in such case this property does not exist.

Sinks

The sinks belonging to this card.

Sources

The sources belonging to this card.

Profiles

All available card profiles. May be empty.

!ActiveProfile

The currently active card profile. This property doesn't exist if the card does not have any profiles.

!PropertyList

The card's property list.

Methods

!GetProfileByName

Find the card profile with the given name.

Signals

!ActiveProfileUpdated

The active card profile was changed.

!PropertyListUpdated

The card's property list was modified.