java.lang.Object
io.qt.QtObject
io.qt.multimedia.QAudioEncoderSettings
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Set of audio encoder settings
Java wrapper for Qt's class QAudioEncoderSettings
-
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 void
assign
(QAudioEncoderSettings other) final int
bitRate()
final int
clone()
final String
codec()
final QMultimedia.EncodingMode
final Object
encodingOption
(String option) boolean
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical.int
hashCode()
final boolean
isNull()
quality()
final int
final void
setBitRate
(int bitrate) final void
setChannelCount
(int channels) final void
final void
final void
setEncodingOption
(String option, Object value) final void
setEncodingOptions
(Map<String, ? extends Object> options) final void
setQuality
(QMultimedia.EncodingQuality quality) final void
setSampleRate
(int rate) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QAudioEncoderSettings
public QAudioEncoderSettings() -
QAudioEncoderSettings
-
QAudioEncoderSettings
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
bitRate
-
channelCount
-
codec
-
encodingMode
-
encodingOption
-
encodingOptions
-
isNull
-
assign
-
quality
-
sampleRate
-
setBitRate
-
setChannelCount
-
setCodec
-
setEncodingMode
-
setEncodingOption
-
setEncodingOptions
-
setQuality
-
setSampleRate
-
equals
Description copied from class:QtObject
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical. Qt value types override this method to make a value comparison. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-