VideoDisplayProperties 类

定义

提供 由 SystemMediaTransportControlsDisplayUpdater 类显示的视频信息的属性。

public ref class VideoDisplayProperties sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class VideoDisplayProperties final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class VideoDisplayProperties
Public NotInheritable Class VideoDisplayProperties
继承
Object Platform::Object IInspectable VideoDisplayProperties
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

注解

从 Windows 10 版本 1607 开始,默认情况下,使用 MediaPlayer 类或 AudioGraph 类播放媒体的 UWP 应用将自动与系统媒体传输控件集成。 使用自动集成时,可以使用 MediaPlaybackItem 类获取 VideoDisplayProperties 类的实例。 调用 GetDisplayProperties 以获取 MediaItemDisplayProperties 类的实例。 使用要在 SMTC 中为项显示的值更新 对象,然后调用 ApplyDisplayProperties 以提交更改。 有关从应用使用 SMTC 的操作指南,请参阅 与 SystemMediaTransportControls 集成

手动控制 SMTC 时,请使用 SystemMediaTransportControlsDisplayUpdater 类获取 VideoDisplayProperties 的实例。 有关手动控制 SMTC 的操作指南,请参阅 手动控制系统媒体传输控件

属性

Genres

获取表示流派名称的字符串的可修改列表。

Subtitle

获取或设置视频的副标题。

Title

获取或设置视频的标题。

适用于

另请参阅