java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.multimedia.QMediaFormat
- All Implemented Interfaces:
QtObjectInterface,Cloneable
Describes an encoding format for a multimedia file or stream
Java wrapper for Qt class QMediaFormat
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumJava wrapper for Qt enum QMediaFormat::AudioCodecstatic enumJava wrapper for Qt enum QMediaFormat::ConversionModestatic enumJava wrapper for Qt enum QMediaFormat::FileFormatstatic enumJava wrapper for Qt enum QMediaFormat::ResolveFlagsstatic enumJava wrapper for Qt enum QMediaFormat::VideoCodecNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QMetaObjectThis variable stores the meta-object for the class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionOverloaded constructor forQMediaFormat(io.qt.multimedia.QMediaFormat.FileFormat)withformat = io.qt.multimedia.QMediaFormat.FileFormat.UnspecifiedFormat.QMediaFormat(QMediaFormat other) QMediaFormat(QMediaFormat.FileFormat format) protectedConstructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal QMediaFormat.AudioCodecstatic Stringstatic Stringclone()booleanUsed to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.final QMediaFormat.FileFormatstatic StringfileFormatDescription(QMediaFormat.FileFormat fileFormat) static StringfileFormatName(QMediaFormat.FileFormat fileFormat) inthashCode()final booleanfinal QMimeTypemimeType()final voidfinal voidfinal voidfinal voidfinal QList<QMediaFormat.AudioCodec>final QList<QMediaFormat.FileFormat>final QList<QMediaFormat.VideoCodec>final voidswap(QMediaFormat other) final QMediaFormat.VideoCodecstatic Stringstatic StringMethods inherited from class io.qt.QtObject
dispose, isDisposed
-
Field Details
-
staticMetaObject
This variable stores the meta-object for the class.
-
-
Constructor Details
-
QMediaFormat
public QMediaFormat()Overloaded constructor for
QMediaFormat(io.qt.multimedia.QMediaFormat.FileFormat)withformat = io.qt.multimedia.QMediaFormat.FileFormat.UnspecifiedFormat. -
QMediaFormat
-
QMediaFormat
-
QMediaFormat
Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
audioCodec
-
fileFormat
-
isSupported
-
mimeType
-
resolveForEncoding
-
setAudioCodec
-
setFileFormat
-
setVideoCodec
-
supportedAudioCodecs
-
supportedFileFormats
-
supportedVideoCodecs
-
swap
-
videoCodec
-
audioCodecDescription
-
audioCodecName
-
fileFormatDescription
-
fileFormatName
-
videoCodecDescription
-
videoCodecName
-
equals
Description copied from class:io.qt.QtObjectUsed 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
-