java.lang.Object
io.qt.QtObject
io.qt.multimedia.QMediaContent
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Access to the resource relating to a media content
Java wrapper for Qt class QMediaContent
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ConstructorDescriptionQMediaContent
(QUrl contentUrl) QMediaContent
(QMediaContent other) QMediaContent
(QMediaResource contentResource) QMediaContent
(QNetworkRequest contentRequest) QMediaContent
(Collection<? extends QMediaResource> resources) QMediaContent
(QMediaPlaylist playlist) Overloaded constructor forQMediaContent(io.qt.multimedia.QMediaPlaylist, io.qt.core.QUrl, boolean)
QMediaContent
(QMediaPlaylist playlist, QUrl contentUrl) Overloaded constructor forQMediaContent(io.qt.multimedia.QMediaPlaylist, io.qt.core.QUrl, boolean)
withtakeOwnership = false
.QMediaContent
(QMediaPlaylist playlist, QUrl contentUrl, boolean takeOwnership) -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QMediaContent other) final QNetworkRequest
final QMediaResource
final QUrl
clone()
Creates and returns a copy of this object.boolean
int
hashCode()
Returns the objects's hash code computed byqHash(QMediaContent)
.final boolean
isNull()
final QMediaPlaylist
playlist()
final QNetworkRequest
request()
final QList<QMediaResource>
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QMediaContent
public QMediaContent() -
QMediaContent
-
QMediaContent
-
QMediaContent
-
QMediaContent
-
QMediaContent
-
QMediaContent
-
QMediaContent
Overloaded constructor for
QMediaContent(io.qt.multimedia.QMediaPlaylist, io.qt.core.QUrl, boolean)
withtakeOwnership = false
. -
QMediaContent
Overloaded constructor for
QMediaContent(io.qt.multimedia.QMediaPlaylist, io.qt.core.QUrl, boolean)
with:
contentUrl = new io.qt.core.QUrl()
takeOwnership = false
-
-
Method Details
-
canonicalRequest
-
canonicalResource
-
canonicalUrl
-
isNull
-
assign
-
playlist
-
request
-
resources
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QMediaContent)
. -
clone
Creates and returns a copy of this object.
-