PresentationTimeRange Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
PresentationTimeRange() |
Inicializa uma nova instância da classe PresentationTimeRange. |
PresentationTimeRange(Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Boolean>) |
Inicializa uma nova instância da classe PresentationTimeRange. |
PresentationTimeRange()
Inicializa uma nova instância da classe PresentationTimeRange.
public PresentationTimeRange ();
Public Sub New ()
Aplica-se a
PresentationTimeRange(Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Boolean>)
Inicializa uma nova instância da classe PresentationTimeRange.
public PresentationTimeRange (long? startTimestamp = default, long? endTimestamp = default, long? presentationWindowDuration = default, long? liveBackoffDuration = default, long? timescale = default, bool? forceEndTimestamp = default);
new Microsoft.Azure.Management.Media.Models.PresentationTimeRange : Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<bool> -> Microsoft.Azure.Management.Media.Models.PresentationTimeRange
Public Sub New (Optional startTimestamp As Nullable(Of Long) = Nothing, Optional endTimestamp As Nullable(Of Long) = Nothing, Optional presentationWindowDuration As Nullable(Of Long) = Nothing, Optional liveBackoffDuration As Nullable(Of Long) = Nothing, Optional timescale As Nullable(Of Long) = Nothing, Optional forceEndTimestamp As Nullable(Of Boolean) = Nothing)
Parâmetros
O indicador de forçar o carimbo de data/hora de término existente.
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET