Compartilhar via


AdaptiveMediaSourceCorrelatedTimes.ProgramDateTime Propriedade

Definição

Obtém uma estrutura DateTime que representa uma hora especificada no arquivo de manifesto para a mídia de streaming.

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)

Valor da propriedade

Uma estrutura que representa um tempo especificado no arquivo de manifesto para a mídia de streaming.

Comentários

Para Http Live Streaming (HLS), esse valor só estará presente se a playlist contiver as marcas EXT-X-PROGRAM-DATE-TIME.

Aplica-se a