VideoDisplayProperties
VideoDisplayProperties
VideoDisplayProperties
VideoDisplayProperties
Class
Definition
Provides properties for video information that is displayed by SystemMediaTransportControlsDisplayUpdater class.
public : sealed class VideoDisplayProperties : IVideoDisplayProperties, IVideoDisplayProperties2public sealed class VideoDisplayProperties : IVideoDisplayProperties, IVideoDisplayProperties2Public NotInheritable Class VideoDisplayProperties Implements IVideoDisplayProperties, IVideoDisplayProperties2// You can use this class in JavaScript.
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
Starting with Windows 10, version 1607, UWP apps that use the MediaPlayer class or AudioGraph class to play media are automatically integrated with the System Media Transport Controls by default. When using automatic integration, you can get an instance of the VideoDisplayProperties class using the MediaPlaybackItem class. Call GetDisplayProperties to get an instance of the MediaItemDisplayProperties class. Update the object with the values you want to be displayed for the item in the SMTC and then call ApplyDisplayProperties to commit the changes. For how-to guidance on using the SMTC from your app, see Integrate with the SystemMediaTransportControls.
When manually controlling the SMTC, get an instance of VideoDisplayProperties by using the SystemMediaTransportControlsDisplayUpdater class. For how-to guidance on manually controlling the SMTC, see Manual control of the System Media Transport Controls.
Properties
Genres Genres Genres Genres
Gets a modifiable list of strings representing genre names.
public : IVector<string> Genres { get; }public IList<string> Genres { get; }Public ReadOnly Property Genres As IList<string>// You can use this property in JavaScript.
- Value
- IVector<PlatForm::String> IList<string> IList<string> IList<string>
A modifiable list of strings representing genre names.
Subtitle Subtitle Subtitle Subtitle
Gets or sets the subtitle of the video.
public : PlatForm::String Subtitle { get; set; }public string Subtitle { get; set; }Public ReadWrite Property Subtitle As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The subtitle of the video.