java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.multimedia.QVideoFilterRunnable
- All Implemented Interfaces:
QtObjectInterface
public abstract class QVideoFilterRunnable extends QtObject
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
Nested Classes Modifier and Type Class Description static class
QVideoFilterRunnable.RunFlag
Java wrapper for Qt enum QVideoFilterRunnable::RunFlagstatic class
QVideoFilterRunnable.RunFlags
QFlags type for enumQVideoFilterRunnable.RunFlag
-
Constructor Summary
Constructors Modifier Constructor Description QVideoFilterRunnable()
protected
QVideoFilterRunnable(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description abstract QVideoFrame
run(QVideoFrame input, QVideoSurfaceFormat surfaceFormat, QVideoFilterRunnable.RunFlags flags)
-
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)
-