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(TimeFormat، شريط)

يبدأ مثالًا جديدًا من فئة 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

“حقيقي” إذا كان النظام.Object المحدد يساوي هذا المثال؛ وإلا، “مزيف”.

GetHashCode()

إرجاع رمز hash لهذا المثال.

public override int GetHashCode()

Returns

int

رمز التشويش لهذا المثال ، مناسبة للاستخدام في خوارزميات التشويش والهياكل البيانات مثل لوحة التشويش.

GetXmpRepresentation()

يعيد القيمة الموجودة في الشريط في تنسيق XMP.

public override string GetXmpRepresentation()

Returns

string

يعيد الشريط الذي يحتوي على تمثيل xmp.

 عربي