GlobalSystemMediaTransportControlsSessionTimelineProperties.MinSeekTime Property
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.
The earliest timestamp at which the current media item can currently seek to.
public:
property TimeSpan MinSeekTime { TimeSpan get(); };
TimeSpan MinSeekTime();
public System.TimeSpan MinSeekTime { get; }
var timeSpan = globalSystemMediaTransportControlsSessionTimelineProperties.minSeekTime;
Public ReadOnly Property MinSeekTime As TimeSpan
Property Value
A value representing the min seek time of the current media item.