AdaptiveMediaSourceCorrelatedTimes.PresentationTimeStamp 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 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.