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.

[Newtonsoft.Json.JsonObject("#Microsoft.Media.AbsoluteClipTime")]
public class AbsoluteClipTime : Microsoft.Azure.Management.Media.Models.ClipTime
[<Newtonsoft.Json.JsonObject("#Microsoft.Media.AbsoluteClipTime")>]
type AbsoluteClipTime = class
    inherit ClipTime
Public Class AbsoluteClipTime
Inherits ClipTime
Inheritance
AbsoluteClipTime
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

AbsoluteClipTime()

Initializes a new instance of the AbsoluteClipTime class.

AbsoluteClipTime(TimeSpan)

Initializes a new instance of the AbsoluteClipTime class.

Properties

Time

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

Methods

Validate()

Validate the object.

Applies to