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


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.

public class UtcClipTime : Azure.ResourceManager.Media.Models.ClipTime, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Media.Models.UtcClipTime>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Media.Models.UtcClipTime>
public class UtcClipTime : Azure.ResourceManager.Media.Models.ClipTime
type UtcClipTime = class
    inherit ClipTime
    interface IJsonModel<UtcClipTime>
    interface IPersistableModel<UtcClipTime>
type UtcClipTime = class
    inherit ClipTime
Public Class UtcClipTime
Inherits ClipTime
Implements IJsonModel(Of UtcClipTime), IPersistableModel(Of UtcClipTime)
Public Class UtcClipTime
Inherits ClipTime
Inheritance
UtcClipTime
Implements

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.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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)
IJsonModel<UtcClipTime>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<UtcClipTime>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

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)
IPersistableModel<UtcClipTime>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<UtcClipTime>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<UtcClipTime>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to