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
- Since:
- This class was introduced in Qt 5.5.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumJava wrapper for Qt enumQVideoFilterRunnable::RunFlagstatic final classQFlagstype for enumQVideoFilterRunnable.RunFlag -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal QVideoFramerun(QVideoFrame input, QVideoSurfaceFormat surfaceFormat, QVideoFilterRunnable.RunFlag ... flags) abstract QVideoFramerun(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) - Parameters:
input-surfaceFormat-flags-- Returns:
-
run
@QtUninvokable public final QVideoFrame run(QVideoFrame input, QVideoSurfaceFormat surfaceFormat, QVideoFilterRunnable.RunFlag ... flags)
-