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's class QMediaMetaData
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enum QMediaMetaData::KeyNested 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 native resources with the other object if the other object is a subtype of QtJambiInterface.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 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
-