Поделиться через


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.

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
AbsoluteClipTime
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

IJsonModel<AbsoluteClipTime>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AbsoluteClipTime>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<ClipTime>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from ClipTime)
IJsonModel<ClipTime>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from ClipTime)
IPersistableModel<AbsoluteClipTime>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AbsoluteClipTime>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AbsoluteClipTime>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<ClipTime>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from ClipTime)
IPersistableModel<ClipTime>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from ClipTime)
IPersistableModel<ClipTime>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from ClipTime)

Applies to