com.trolltech.qt.phonon
Class AbstractAudioOutput
java.lang.Object
com.trolltech.qt.internal.QSignalEmitterInternal
com.trolltech.qt.QSignalEmitter
com.trolltech.qt.QtJambiObject
com.trolltech.qt.core.QObject
com.trolltech.qt.phonon.AbstractAudioOutput
- All Implemented Interfaces:
- MediaNodeInterface, QtJambiInterface
- Direct Known Subclasses:
- AudioOutput
public class AbstractAudioOutput
- extends QObject
- implements MediaNodeInterface
This class is internal to Qt Jambi.This class is internal to Qt Jambi.
Nested classes/interfaces inherited from class com.trolltech.qt.QSignalEmitter |
QSignalEmitter.AbstractSignal, QSignalEmitter.Signal0, QSignalEmitter.Signal1<A>, QSignalEmitter.Signal2<A,B>, QSignalEmitter.Signal3<A,B,C>, QSignalEmitter.Signal4<A,B,C,D>, QSignalEmitter.Signal5<A,B,C,D,E>, QSignalEmitter.Signal6<A,B,C,D,E,F>, QSignalEmitter.Signal7<A,B,C,D,E,F,G>, QSignalEmitter.Signal8<A,B,C,D,E,F,G,H>, QSignalEmitter.Signal9<A,B,C,D,E,F,G,H,I> |
Nested classes/interfaces inherited from class com.trolltech.qt.internal.QSignalEmitterInternal |
com.trolltech.qt.internal.QSignalEmitterInternal.AbstractSignalInternal |
Fields inherited from class com.trolltech.qt.internal.QSignalEmitterInternal |
currentSender |
Methods inherited from class com.trolltech.qt.core.QObject |
blockSignals, childEvent, children, connectSlotsByName, customEvent, disposeLater, dumpObjectInfo, dumpObjectTree, dynamicPropertyNames, event, eventFilter, findChild, findChild, findChild, findChildren, findChildren, findChildren, findChildren, indexOfProperty, installEventFilter, isWidgetType, killTimer, moveToThread, objectName, parent, properties, property, removeEventFilter, setObjectName, setParent, setProperty, signalsBlocked, startTimer, thread, timerEvent, toString, userProperty |
Methods inherited from class com.trolltech.qt.QtJambiObject |
disableGarbageCollection, dispose, disposed, equals, finalize, nativeId, nativePointer, reassignNativeResources, reenableGarbageCollection, setJavaOwnership, tr, tr, tr |
Methods inherited from class com.trolltech.qt.internal.QSignalEmitterInternal |
__qt_signalInitialization |
Methods inherited from class java.lang.Object |
clone, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AbstractAudioOutput
protected AbstractAudioOutput()
throws QClassCannotBeSubclassedException
- This constructor is a place holder intended to prevent
users from subclassing the class. Certain classes can
unfortunately only be subclasses internally. The constructor
will indiscriminately throw an exception if called. If the
exception is ignored, any use of the constructed object will
cause an exception to occur.
- Throws:
QClassCannotBeSubclassedException
AbstractAudioOutput
protected AbstractAudioOutput(QtJambiObject.QPrivateConstructor p)
inputPaths
public final java.util.List<Path> inputPaths()
- Description copied from interface:
MediaNodeInterface
- This method is internal to Qt Jambi.
- Specified by:
inputPaths
in interface MediaNodeInterface
isValid
public final boolean isValid()
- Description copied from interface:
MediaNodeInterface
- This method is internal to Qt Jambi.
- Specified by:
isValid
in interface MediaNodeInterface
outputPaths
public final java.util.List<Path> outputPaths()
- Description copied from interface:
MediaNodeInterface
- This method is internal to Qt Jambi.
- Specified by:
outputPaths
in interface MediaNodeInterface
fromNativePointer
public static AbstractAudioOutput fromNativePointer(QNativePointer nativePointer)
__qt_cast_to_MediaNode
public long __qt_cast_to_MediaNode(long ptr)
- Description copied from interface:
MediaNodeInterface
- This method is internal to Qt Jambi.
- Specified by:
__qt_cast_to_MediaNode
in interface MediaNodeInterface