AbsoluteClipTime(TimeSpan) Constructor

Definition

Initializes a new instance of AbsoluteClipTime.

public AbsoluteClipTime (TimeSpan time);
new Azure.ResourceManager.Media.Models.AbsoluteClipTime : TimeSpan -> Azure.ResourceManager.Media.Models.AbsoluteClipTime
Public Sub New (time As TimeSpan)

Parameters

time
TimeSpan

The time position on the timeline of the input media. It is usually specified as an ISO8601 period. e.g PT30S for 30 seconds.

Applies to