TimeFormat

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.ms.System.IEquatable

public final class TimeFormat implements System.IEquatable<TimeFormat>

يمثل تنسيق الوقت في Timecode.

الطرق

طريقةالوصف
isEquals(TimeFormat other)يشير إلى ما إذا كان الكائن الحالي يساوي كائنًا آخر من نفس النوع.
hashCode()يرجع رمز تجزئة (hash code) لهذه المثيل.
equals(Object obj)يحدد ما إذا كان System.Object المحدد يساوي هذه المثيلة.
getTimecode24()يحصل على timecode24.
getTimecode25()يحصل على timecode25.
getDropTimecode2997()يحصل على رمز الوقت المتقطّع 2997.
getNonDropTimecode2997()يحصل على رمز الوقت غير المتقطّع 2997.
getTimecode30()يحصل على رمز الوقت 30.
getTimecode50()يحصل على رمز الوقت 50.
getDropTimecode5994()يحصل على رمز الوقت المتقطّع 5994.
getNonDropTimecode5994()يحصل على رمز الوقت غير المتقطّع 5994.
getTimecode60()يحصل على رمز الوقت 60.
getTimecode23976()يحصل على رمز الوقت 23976.

isEquals(TimeFormat other)

public boolean isEquals(TimeFormat other)

يشير إلى ما إذا كان الكائن الحالي يساوي كائنًا آخر من نفس النوع.

Parameters:

معاملنوعالوصف
otherTimeFormatكائن للمقارنة مع هذا الكائن.

Returns: boolean - true إذا كان الكائن الحالي مساويًا للمعامل other؛ وإلا، false.

hashCode()

public int hashCode()

يرجع رمز تجزئة (hash code) لهذه المثيل.

Returns: int - رمز تجزئة (hash code) لهذه المثيل، مناسب للاستخدام في خوارزميات التجزئة وهياكل البيانات مثل جدول التجزئة.

equals(Object obj)

public boolean equals(Object obj)

يحدد ما إذا كان System.Object المحدد يساوي هذه المثيلة.

Parameters:

معاملنوعالوصف
objjava.lang.Objectالـ System.Object للمقارنة مع هذا المثيل.

Returns: منطقي - true إذا كان الـ System.Object المحدد يساوي هذا المثيل؛ وإلا، false.

getTimecode24()

public static TimeFormat getTimecode24()

يحصل على timecode24.

القيمة: رمز الوقت 24.

Returns: TimeFormat

getTimecode25()

public static TimeFormat getTimecode25()

يحصل على timecode25.

القيمة: رمز الوقت 25.

Returns: TimeFormat

getDropTimecode2997()

public static TimeFormat getDropTimecode2997()

يحصل على رمز الوقت المتقطّع 2997.

القيمة: رمز الوقت المتقطّع 2997.

Returns: TimeFormat

getNonDropTimecode2997()

public static TimeFormat getNonDropTimecode2997()

يحصل على رمز الوقت غير المتقطّع 2997.

القيمة: رمز الوقت غير المتقطّع 2997.

Returns: TimeFormat

getTimecode30()

public static TimeFormat getTimecode30()

يحصل على رمز الوقت 30.

القيمة: رمز الوقت 30.

Returns: TimeFormat

getTimecode50()

public static TimeFormat getTimecode50()

يحصل على رمز الوقت 50.

القيمة: رمز الوقت 50.

Returns: TimeFormat

getDropTimecode5994()

public static TimeFormat getDropTimecode5994()

يحصل على رمز الوقت المتقطّع 5994.

القيمة: رمز الوقت المتقطّع 5994.

Returns: TimeFormat

getNonDropTimecode5994()

public static TimeFormat getNonDropTimecode5994()

يحصل على رمز الوقت غير المتقطّع 5994.

القيمة: رمز الوقت غير المتقطّع 5994.

Returns: TimeFormat

getTimecode60()

public static TimeFormat getTimecode60()

يحصل على رمز الوقت 60.

القيمة: رمز الوقت 60.

Returns: TimeFormat

getTimecode23976()

public static TimeFormat getTimecode23976()

يحصل على رمز الوقت 23976.

القيمة: رمز الوقت 23976.

Returns: TimeFormat