java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.multimedia.QVideoEncoderSettings
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QVideoEncoderSettings extends QtObject implements Cloneable
Set of video encoder settings
Java wrapper for Qt class QVideoEncoderSettings
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QVideoEncoderSettings()
QVideoEncoderSettings(QVideoEncoderSettings other)
protected
QVideoEncoderSettings(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description int
bitRate()
QVideoEncoderSettings
clone()
String
codec()
QMultimedia.EncodingMode
encodingMode()
Object
encodingOption(String option)
QMap<String,Object>
encodingOptions()
boolean
equals(Object other)
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.double
frameRate()
int
hashCode()
boolean
isNull()
QMultimedia.EncodingQuality
quality()
QSize
resolution()
void
setBitRate(int bitrate)
void
setCodec(String arg__1)
void
setEncodingMode(QMultimedia.EncodingMode arg__1)
void
setEncodingOption(String option, Object value)
void
setEncodingOptions(Map<String,Object> options)
void
setFrameRate(double rate)
void
setQuality(QMultimedia.EncodingQuality quality)
void
setResolution(int width, int height)
void
setResolution(QSize arg__1)
-
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
-