UtcClipTime Class
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.
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
- 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
Azure SDK for .NET