Share via


AdaptiveMediaSourceCorrelatedTimes.ProgramDateTime Property

Definition

Gets a DateTime structure representing a time specified in the manifest file for the streaming media.

public:
 property IReference<DateTime> ^ ProgramDateTime { IReference<DateTime> ^ get(); };
IReference<DateTime> ProgramDateTime();
public System.Nullable<System.DateTimeOffset> ProgramDateTime { get; }
var iReference = adaptiveMediaSourceCorrelatedTimes.programDateTime;
Public ReadOnly Property ProgramDateTime As Nullable(Of DateTimeOffset)

Property Value

A structure representing a time specified in the manifest file for the streaming media.

Remarks

For Http Live Streaming (HLS), this value is only present if the playlist contains the EXT-X-PROGRAM-DATE-TIME tags.

Applies to