java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.multimedia.QAudioEncoderSettings
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QAudioEncoderSettings extends QtObject implements Cloneable
Set of audio encoder settings
Java wrapper for Qt class QAudioEncoderSettings
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QAudioEncoderSettings()
QAudioEncoderSettings(QAudioEncoderSettings other)
protected
QAudioEncoderSettings(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description int
bitRate()
int
channelCount()
QAudioEncoderSettings
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.int
hashCode()
boolean
isNull()
QMultimedia.EncodingQuality
quality()
int
sampleRate()
void
setBitRate(int bitrate)
void
setChannelCount(int channels)
void
setCodec(String codec)
void
setEncodingMode(QMultimedia.EncodingMode arg__1)
void
setEncodingOption(String option, Object value)
void
setEncodingOptions(Map<String,Object> options)
void
setQuality(QMultimedia.EncodingQuality quality)
void
setSampleRate(int rate)
-
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
-
quality
-
sampleRate
-
setBitRate
-
setChannelCount
-
setCodec
-
setEncodingMode
-
setEncodingOption
-
setEncodingOptions
-
setQuality
-
setSampleRate
-
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
-