Obsolete Members for QMediaContent

以下成员源于类 QMediaContent 已过时。 提供它们是为使旧源代码能继续工作。强烈建议不要在新代码中使用它们。

公共函数

(obsolete) QMediaContent (const QMediaResourceList & resources )
(obsolete) QMediaContent (const QMediaResource & resource )
(obsolete) QNetworkRequest canonicalRequest () const
(obsolete) QMediaResource canonicalResource () const
(obsolete) QUrl canonicalUrl () const
(obsolete) QMediaResourceList resources () const

成员函数文档编制

QMediaContent:: QMediaContent (const QMediaResourceList & resources )

此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。

构造媒体内容采用 resources 提供内容引用。

QMediaContent:: QMediaContent (const QMediaResource & resource )

此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。

构造媒体内容采用 resource 提供内容引用。

QNetworkRequest QMediaContent:: canonicalRequest () const

此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。

返回 QNetworkRequest that represents that canonical resource for this media content.

QMediaResource QMediaContent:: canonicalResource () const

此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。

返回 QMediaResource that represents that canonical resource for this media content.

QUrl QMediaContent:: canonicalUrl () const

此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。

返回 QUrl that represents that canonical resource for this media content.

QMediaResourceList QMediaContent:: resources () const

此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。

Returns a list of alternative resources for this media content. The first item in this list is always the canonical resource.