GlobalSystemMediaTransportControlsSessionTimelineProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the timeline state of the session (Position, seek ranges etc.).
public ref class GlobalSystemMediaTransportControlsSessionTimelineProperties sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 458752)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class GlobalSystemMediaTransportControlsSessionTimelineProperties final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 458752)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class GlobalSystemMediaTransportControlsSessionTimelineProperties
Public NotInheritable Class GlobalSystemMediaTransportControlsSessionTimelineProperties
- Inheritance
- Attributes
Windows requirements
Device family |
Windows 10, version 1809 (introduced in 10.0.17763.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v7.0)
|
App capabilities |
globalMediaControl
|
Properties
EndTime |
The end timestamp of the current media item. |
LastUpdatedTime |
The UTC time at which the timeline properties were last updated. |
MaxSeekTime |
The furthest timestamp at which the content can currently seek to. |
MinSeekTime |
The earliest timestamp at which the current media item can currently seek to. |
Position |
The playback position, current as of LastUpdatedTime. |
StartTime |
The starting timestamp of the current media item. |