java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.multimedia.QVideoEncoderSettings
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Set of video encoder settings
Java wrapper for Qt class QVideoEncoderSettings
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal int
bitRate()
clone()
final String
codec()
final QMultimedia.EncodingMode
final Object
encodingOption
(String option) boolean
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.final double
int
hashCode()
final boolean
isNull()
quality()
final QSize
final void
setBitRate
(int bitrate) final void
final void
final void
setEncodingOption
(String option, Object value) final void
setEncodingOptions
(Map<String, ? extends Object> options) final void
setFrameRate
(double rate) final void
setQuality
(QMultimedia.EncodingQuality quality) final void
setResolution
(int width, int height) final void
setResolution
(QSize arg__1) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QVideoEncoderSettings
public QVideoEncoderSettings() -
QVideoEncoderSettings
-
QVideoEncoderSettings
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
bitRate
-
codec
-
encodingMode
-
encodingOption
-
encodingOptions
-
frameRate
-
isNull
-
quality
-
resolution
-
setBitRate
-
setCodec
-
setEncodingMode
-
setEncodingOption
-
setEncodingOptions
-
setFrameRate
-
setQuality
-
setResolution
-
setResolution
-
equals
Description copied from class:QtObject
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-