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.
public class UtcClipTime : Azure.ResourceManager.Media.Models.ClipTime
type UtcClipTime = class
inherit ClipTime
Public Class UtcClipTime
Inherits ClipTime
- Inheritance
Constructors
UtcClipTime(DateTimeOffset) |
Initializes a new instance of UtcClipTime. |
Properties
Time |
The time position on the timeline of the input media based on Utc time. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET