UtcClipTime Class

Definition

Specifies the clip time as a Utc time position in the media file. The Utc 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.UtcClipTime")]
public class UtcClipTime : Microsoft.Azure.Management.Media.Models.ClipTime
[<Newtonsoft.Json.JsonObject("#Microsoft.Media.UtcClipTime")>]
type UtcClipTime = class
    inherit ClipTime
Public Class UtcClipTime
Inherits ClipTime
Inheritance
UtcClipTime
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

UtcClipTime()

Initializes a new instance of the UtcClipTime class.

UtcClipTime(DateTime)

Initializes a new instance of the UtcClipTime class.

Properties

Time

Gets or sets the time position on the timeline of the input media based on Utc time.

Methods

Validate()

Validate the object.

Applies to