AdaptiveMediaSourceDiagnosticAvailableEventArgs.Position Property

Definition

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.

Applies to