java.lang.Object
io.qt.internal.QtJambiObject
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 enum QVideoFilterRunnable::RunFlagstatic final class
QFlags type for enumQVideoFilterRunnable.RunFlag
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionabstract QVideoFrame
run
(QVideoFrame input, QVideoSurfaceFormat surfaceFormat, QVideoFilterRunnable.RunFlags flags) Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QVideoFilterRunnable
public QVideoFilterRunnable() -
QVideoFilterRunnable
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
run
@QtUninvokable public abstract QVideoFrame run(QVideoFrame input, QVideoSurfaceFormat surfaceFormat, QVideoFilterRunnable.RunFlags flags)
-