QIviPlayableItem Class

The QIviPlayableItem is the base class of a row in the QIviPlayQueue model. More...

Header: #include <QIviPlayableItem>
qmake: QT += ivimedia
Instantiated By: PlayableItem
Inherits: QIviStandardItem
Inherited By:

QIviAudioTrackItem

Properties

Public Functions

virtual void setUrl(const QUrl &url)
virtual QUrl url() const
bool operator==(const QIviPlayableItem &other) const

Reimplemented Public Functions

virtual QString type() const override

Detailed Description

Property Documentation

url : QUrl

The url to the resource which should be played.

E.g. a local file url to a audio track or a url to a web stream.

Access functions:

virtual QUrl url() const
virtual void setUrl(const QUrl &url)

Member Function Documentation

[override virtual] QString QIviPlayableItem::type() const

Reimplements an access function for property: QIviStandardItem::type.

bool QIviPlayableItem::operator==(const QIviPlayableItem &other) const

Returns true if this item is equal to other; otherwise returns false.

See also operator!=().