PresentationTimeRange Constructor
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 PresentationTimeRange (ulong? timescale = 10000000, ulong? start = default, ulong? end = default, TimeSpan? pwDuration = default, TimeSpan? backoff = default, bool forceEnd = false);
new Microsoft.WindowsAzure.MediaServices.Client.PresentationTimeRange : Nullable<uint64> * Nullable<uint64> * Nullable<uint64> * Nullable<TimeSpan> * Nullable<TimeSpan> * bool -> Microsoft.WindowsAzure.MediaServices.Client.PresentationTimeRange
Public Sub New (Optional timescale As Nullable(Of ULong) = 10000000, Optional start As Nullable(Of ULong) = Nothing, Optional end As Nullable(Of ULong) = Nothing, Optional pwDuration As Nullable(Of TimeSpan) = Nothing, Optional backoff As Nullable(Of TimeSpan) = Nothing, Optional forceEnd As Boolean = false)
Parameters
- forceEnd
- Boolean
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET