AbsoluteClipTime 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 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, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Media.Models.AbsoluteClipTime>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Media.Models.AbsoluteClipTime>
public class AbsoluteClipTime : Azure.ResourceManager.Media.Models.ClipTime
type AbsoluteClipTime = class
inherit ClipTime
interface IJsonModel<AbsoluteClipTime>
interface IPersistableModel<AbsoluteClipTime>
type AbsoluteClipTime = class
inherit ClipTime
Public Class AbsoluteClipTime
Inherits ClipTime
Implements IJsonModel(Of AbsoluteClipTime), IPersistableModel(Of AbsoluteClipTime)
Public Class AbsoluteClipTime
Inherits ClipTime
- Inheritance
- Implements
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. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET