MediaOverlayBase.End 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.
The end position, with reference to the input video, at which the overlay ends. The value should be in ISO 8601 format. For example, PT30S to end the overlay at 30 seconds into the input video. If not specified or the value is greater than the input video duration, the overlay will be applied until the end of the input video if the overlay media duration is greater than the input video duration, else the overlay will last as long as the overlay media duration.
public TimeSpan? End { get; set; }
member this.End : Nullable<TimeSpan> with get, set
Public Property End As Nullable(Of TimeSpan)
Property Value
Applies to
Azure SDK for .NET