AdaptiveMediaSourceDiagnosticAvailableEventArgs.Position 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.
Gets the presentation playback position associated with the event.
public:
property IReference<TimeSpan> ^ Position { IReference<TimeSpan> ^ get(); };
IReference<TimeSpan> Position();
public System.Nullable<System.TimeSpan> Position { get; }
var iReference = adaptiveMediaSourceDiagnosticAvailableEventArgs.position;
Public ReadOnly Property Position As Nullable(Of TimeSpan)
Property Value
The presentation playback position associated with the event.