java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.multimedia.QMediaMetaData
- All Implemented Interfaces:
QtObjectInterface,Cloneable
Provides meta-data for media files
Java wrapper for Qt class QMediaMetaData
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumJava wrapper for Qt enum QMediaMetaData::KeyNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final QMetaObjectThis variable stores the meta-object for the class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal voidclear()clone()protected final QHash<QMediaMetaData.Key,Object> data()The meta databooleanUsed to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.inthashCode()final voidinsert(QMediaMetaData.Key k, Object value) final booleanisEmpty()final QList<QMediaMetaData.Key>keys()static Stringfinal voidprotected final voidsetData(Map<QMediaMetaData.Key, Object> data) The meta datafinal Stringfinal ObjectMethods inherited from class io.qt.QtObject
dispose, isDisposed
-
Field Details
-
staticMetaObject
This variable stores the meta-object for the class. -
NumMetaData
public static final int NumMetaData
-
-
Constructor Details
-
QMediaMetaData
public QMediaMetaData() -
QMediaMetaData
Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
clear
public final void clear() -
insert
-
isEmpty
public final boolean isEmpty() -
keys
-
remove
-
stringValue
-
value
-
metaDataKeyToString
-
setData
The meta data
-
data
The meta data
-
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
-