java.lang.Object
io.qt.QtObject
io.qt.multimedia.QAudioFormat
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Stores audio stream parameter information
Java wrapper for Qt class QAudioFormat
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enumQAudioFormat::Endian
static enum
Java wrapper for Qt enumQAudioFormat::SampleType
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QAudioFormat other) final QAudioFormat.Endian
final int
bytesForDuration
(long duration) final int
bytesForFrames
(int frameCount) final int
final int
clone()
Creates and returns a copy of this object.final String
codec()
final long
durationForBytes
(int byteCount) final long
durationForFrames
(int frameCount) boolean
final int
framesForBytes
(int byteCount) final int
framesForDuration
(long duration) int
hashCode()
Returns the objects's hash code computed byqHash(QAudioFormat)
.final boolean
isValid()
final int
final int
final QAudioFormat.SampleType
final void
setByteOrder
(QAudioFormat.Endian byteOrder) final void
setChannelCount
(int channelCount) final void
final void
setSampleRate
(int sampleRate) final void
setSampleSize
(int sampleSize) final void
setSampleType
(QAudioFormat.SampleType sampleType) toString()
Seeoperator<<(QDebug,
QAudioFormat) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QAudioFormat
public QAudioFormat() -
QAudioFormat
-
-
Method Details
-
byteOrder
-
bytesForDuration
-
bytesForFrames
-
bytesPerFrame
-
channelCount
-
codec
-
durationForBytes
-
durationForFrames
-
framesForBytes
-
framesForDuration
-
isValid
-
assign
-
sampleRate
-
sampleSize
-
sampleType
-
setByteOrder
-
setChannelCount
-
setCodec
-
setSampleRate
-
setSampleSize
-
setSampleType
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QAudioFormat)
. -
toString
See
operator<<(QDebug,
QAudioFormat) -
clone
Creates and returns a copy of this object.
-