SystemMediaTransportControlsTimelineProperties
SystemMediaTransportControlsTimelineProperties
SystemMediaTransportControlsTimelineProperties
SystemMediaTransportControlsTimelineProperties
Class
Definition
Represents timeline properties of the SystemMediaTransportControls. Pass an instance of this class to the UpdateTimelineProperties method to update the properties.
public : sealed class SystemMediaTransportControlsTimelineProperties : ISystemMediaTransportControlsTimelinePropertiespublic sealed class SystemMediaTransportControlsTimelineProperties : ISystemMediaTransportControlsTimelinePropertiesPublic NotInheritable Class SystemMediaTransportControlsTimelineProperties Implements ISystemMediaTransportControlsTimelineProperties// You can use this class in JavaScript.
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Constructors
SystemMediaTransportControlsTimelineProperties() SystemMediaTransportControlsTimelineProperties() SystemMediaTransportControlsTimelineProperties() SystemMediaTransportControlsTimelineProperties()
Initializes a new instance of the SystemMediaTransportControlsTimelineProperties class.
public : SystemMediaTransportControlsTimelineProperties()public SystemMediaTransportControlsTimelineProperties()Public Sub New()// You can use this method in JavaScript.
Properties
EndTime EndTime EndTime EndTime
Gets or sets a value representing the end time of the currently playing media item.
public : TimeSpan EndTime { get; set; }public TimeSpan EndTime { get; set; }Public ReadWrite Property EndTime As TimeSpan// You can use this property in JavaScript.
- Value
- TimeSpan TimeSpan TimeSpan TimeSpan
A value representing the end time of the currently playing media item
MaxSeekTime MaxSeekTime MaxSeekTime MaxSeekTime
Gets or sets a value indicating the latest time within the currently playing media item to which the user can seek.
public : TimeSpan MaxSeekTime { get; set; }public TimeSpan MaxSeekTime { get; set; }Public ReadWrite Property MaxSeekTime As TimeSpan// You can use this property in JavaScript.
- Value
- TimeSpan TimeSpan TimeSpan TimeSpan
The latest time within the currently playing media item to which the user can seek.
MinSeekTime MinSeekTime MinSeekTime MinSeekTime
Gets or sets a value indicating the earliest time within the currently playing media item to which the user can seek.
public : TimeSpan MinSeekTime { get; set; }public TimeSpan MinSeekTime { get; set; }Public ReadWrite Property MinSeekTime As TimeSpan// You can use this property in JavaScript.
- Value
- TimeSpan TimeSpan TimeSpan TimeSpan
A value indicating the earliest time within the currently playing media item to which the user can seek.
Position Position Position Position
Gets or sets a value representing the current playback position within the currently playing media item.
public : TimeSpan Position { get; set; }public TimeSpan Position { get; set; }Public ReadWrite Property Position As TimeSpan// You can use this property in JavaScript.
- Value
- TimeSpan TimeSpan TimeSpan TimeSpan
The current playback position within the currently playing media item.
StartTime StartTime StartTime StartTime
Gets or sets a value representing the start time of the currently playing media item.
public : TimeSpan StartTime { get; set; }public TimeSpan StartTime { get; set; }Public ReadWrite Property StartTime As TimeSpan// You can use this property in JavaScript.
- Value
- TimeSpan TimeSpan TimeSpan TimeSpan
A value representing the start time of the currently playing media item.