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