|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
com.trolltech.qt.phonon.Phonon.ObjectDescriptionType
public static final class Phonon.ObjectDescriptionType
This enum defines the type of information that is contained in a ObjectDescription object.
Field Summary | |
---|---|
static Phonon.ObjectDescriptionType |
AudioOutputDeviceType
An audio output device (AudioOutputDevice). |
static Phonon.ObjectDescriptionType |
EffectType
An audio effect (EffectDescription). |
Method Summary | |
---|---|
static Phonon.ObjectDescriptionType |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static Phonon.ObjectDescriptionType |
valueOf(java.lang.String name)
|
static Phonon.ObjectDescriptionType[] |
values()
|
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final Phonon.ObjectDescriptionType AudioOutputDeviceType
public static final Phonon.ObjectDescriptionType EffectType
Method Detail |
---|
public static Phonon.ObjectDescriptionType[] values()
public static Phonon.ObjectDescriptionType valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static Phonon.ObjectDescriptionType resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |