com.trolltech.qt.phonon
Class MediaSource.Type
java.lang.Object
java.lang.Enum
com.trolltech.qt.phonon.MediaSource.Type
- All Implemented Interfaces:
- QtEnumerator, java.io.Serializable, java.lang.Comparable
- Enclosing class:
- MediaSource
public static final class MediaSource.Type
- extends java.lang.Enum
- implements QtEnumerator
Identifies the type of media described by the MediaSource
object.
See also:
MediaSource::type()
.
- See Also:
- Serialized Form
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 |
Invalid
public static final MediaSource.Type Invalid
LocalFile
public static final MediaSource.Type LocalFile
Url
public static final MediaSource.Type Url
Disc
public static final MediaSource.Type Disc
Stream
public static final MediaSource.Type Stream
values
public static MediaSource.Type[] values()
valueOf
public static MediaSource.Type valueOf(java.lang.String name)
value
public int value()
- This function should return an integer value for the enum values of the enumeration that implements this interface.
- Specified by:
value
in interface QtEnumerator
resolve
public static MediaSource.Type resolve(int value)
- Returns the MediaSource$Type constant with the specified int.