Class Timecode

Class Timecode

名称: Aspose.Imaging.Xmp.Schemas.XmpDm アセンション: Aspose.Imaging.dll (25.4.0)

タイムコードの価値をビデオに表示します。

[JsonObject(MemberSerialization.OptIn)]
public sealed class Timecode : XmpTypeBase, IXmpType, ICloneable, IEquatable<timecode>

Inheritance

object XmpTypeBase Timecode

Implements

IXmpType , ICloneable , IEquatable

相続人

XmpTypeBase.GetXmpRepresentation() , XmpTypeBase.ToString() , XmpTypeBase.Clone() , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

Timecode(タイムフォーマット、ストリップ)

Aspose.Imaging.Xmp.Schemas.XmpDm.Timecodeクラスの新しい例を開始します。

[JsonConstructor]
public Timecode(TimeFormat format, string timeValue)

Parameters

format TimeFormat

時間形式です。

timeValue string

時間の価値

Properties

Format

Aspose.Imaging.Xmp.Schemas.XmpDm.Timecode.TimeValue で使用されるフォーマットを取得または設定します。

[JsonProperty]
public TimeFormat Format { get; set; }

不動産価値

TimeFormat

TimeValue

指定されたフォーマットで時間値を取得または設定します。

[JsonProperty]
public string TimeValue { get; set; }

不動産価値

string

Methods

Equals(Timecode)

現在のオブジェクトが同じタイプの他のオブジェクトに等しいかどうかを示す。

public bool Equals(Timecode other)

Parameters

other Timecode

このオブジェクトと比べるオブジェクト

Returns

bool

現在のオブジェクトが other’ パラメーターに等しい場合の真実; そうでなければ、偽物。

Equals(対象)

指定された System.Object がこの例に等しいかどうかを決定します。

public override bool Equals(object obj)

Parameters

obj object

システム.オブジェクトは、この例と比較します。

Returns

bool

「真実」は、指定されたシステム.オブジェクトがこの例に等しい場合、そうでなければ「偽物」です。

GetHashCode()

この例にハッシュコードを返します。

public override int GetHashCode()

Returns

int

この例のハッシュコードは、ハッシュテーブルのようなハッシュアルゴリズムやデータ構造で使用するのに適しています。

GetXmpRepresentation()

XMP フォーマットに含まれる値を返します。

public override string GetXmpRepresentation()

Returns

string

xmp プレゼンテーションを含むストレッチを返します。

 日本語