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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET