Udostępnij za pośrednictwem


AdaptiveMediaSourceCorrelatedTimes.PresentationTimeStamp Property

Definition

Gets a timespan representing the presentation timestamp embedded in the streaming media.

public:
 property IReference<TimeSpan> ^ PresentationTimeStamp { IReference<TimeSpan> ^ get(); };
IReference<TimeSpan> PresentationTimeStamp();
public System.Nullable<System.TimeSpan> PresentationTimeStamp { get; }
var iReference = adaptiveMediaSourceCorrelatedTimes.presentationTimeStamp;
Public ReadOnly Property PresentationTimeStamp As Nullable(Of TimeSpan)

Property Value

A timespan representing the presentation timestamp embedded in the streaming media.

Remarks

This property will be null before the system has begun downloading media segments.

Applies to