java.lang.Object
io.qt.QtObject
io.qt.multimedia.QMediaMetaData
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Provides meta-data for media files
Java wrapper for Qt's class QMediaMetaData
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final QMetaObject
This variable stores the meta-object for the class. -
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal void
clear()
clone()
protected final QHash<QMediaMetaData.Key,
Object> data()
The meta databoolean
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 void
insert
(QMediaMetaData.Key k, Object value) final boolean
isEmpty()
final QList<QMediaMetaData.Key>
keys()
protected static QMetaType
static String
final void
protected final void
setData
(Map<? extends QMediaMetaData.Key, ? extends Object> data) The meta datafinal String
final Object
Methods 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
-
keyType
-
metaDataKeyToString
-
setData
@QtUninvokable protected final void setData(Map<? extends QMediaMetaData.Key, ? extends Object> data) The meta data
-
data
The meta data
-
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
-