class ObjectDescriptionData |
|
Internal
\class ObjectDescriptionData objectdescription.h Phonon/ObjectDescription
Data class for objects describing devices or features of the backend.
Author Matthias Kretz See also BackendCapabilities |
|
|
|
Returns a description of the capture source. This text should
make clear what sound source this is, which is sometimes hard
to describe or understand from just the name.
Returns A string describing the capture source. |
|
|
A unique identifier for this device/. Used internally
to distinguish between the devices/.
Returns An integer that uniquely identifies every device/ |
|
Returns true if the Tuple is valid (index != -1); otherwise returns false. |
|
Returns the name of the capture source.
Returns A string that should be presented to the user to choose the capture source. |
|
Returns true if this ObjectDescription describes the same as otherDescription; otherwise returns false. |
|
Returns a named property.
If the property is not set an invalid value is returned. See also propertyNames() |
|
Returns all names that return valid data when property() is called.
See also property() |