java.lang.Object
io.qt.QtObject
io.qt.multimedia.QVideoFilterRunnable
- All Implemented Interfaces:
QtObjectInterface
Represents the implementation of a filter that owns all graphics and computational resources, and performs the actual filtering or calculations
Java wrapper for Qt class QVideoFilterRunnable
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enumQVideoFilterRunnable::RunFlag
static final class
QFlags
type for enumQVideoFilterRunnable.RunFlag
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal QVideoFrame
run
(QVideoFrame input, QVideoSurfaceFormat surfaceFormat, QVideoFilterRunnable.RunFlag ... flags) abstract QVideoFrame
run
(QVideoFrame input, QVideoSurfaceFormat surfaceFormat, QVideoFilterRunnable.RunFlags flags) Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QVideoFilterRunnable
public QVideoFilterRunnable()See
QVideoFilterRunnable::
QVideoFilterRunnable()
-
-
Method Details
-
run
@QtUninvokable public abstract QVideoFrame run(QVideoFrame input, QVideoSurfaceFormat surfaceFormat, QVideoFilterRunnable.RunFlags flags) -
run
@QtUninvokable public final QVideoFrame run(QVideoFrame input, QVideoSurfaceFormat surfaceFormat, QVideoFilterRunnable.RunFlag ... flags)
-