Bagikan melalui


AbsoluteClipTime Class

Definition

Specifies the clip time as an absolute time position in the media file. The absolute time can point to a different position depending on whether the media file starts from a timestamp of zero or not.

public class AbsoluteClipTime : Azure.ResourceManager.Media.Models.ClipTime
type AbsoluteClipTime = class
    inherit ClipTime
Public Class AbsoluteClipTime
Inherits ClipTime
Inheritance
AbsoluteClipTime

Constructors

AbsoluteClipTime(TimeSpan)

Initializes a new instance of AbsoluteClipTime.

Properties

Time

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