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() | يحصل على drop timecode2997. |
| getNonDropTimecode2997() | يحصل على non drop timecode2997. |
| getTimecode30() | يحصل على timecode30. |
| getTimecode50() | يحصل على timecode50. |
| getDropTimecode5994() | يحصل على drop timecode5994. |
| getNonDropTimecode5994() | يحصل على non drop timecode5994. |
| getTimecode60() | يحصل على timecode60. |
| getTimecode23976() | يحصل على timecode23976. |
isEquals(TimeFormat other)
public boolean isEquals(TimeFormat other)
يشير إلى ما إذا كان الكائن الحالي يساوي كائنًا آخر من نفس النوع.
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| other | TimeFormat | كائن للمقارنة مع هذا الكائن. |
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:
| معامل | نوع | الوصف |
|---|---|---|
| obj | java.lang.Object | الـ System.Object للمقارنة مع هذه الحالة. |
Returns:
منطقي - true إذا كان الـ System.Object المحدد يساوي هذه الحالة؛ وإلا، false.
getTimecode24()
public static TimeFormat getTimecode24()
يحصل على timecode24.
القيمة: timecode24.
Returns: TimeFormat
getTimecode25()
public static TimeFormat getTimecode25()
يحصل على timecode25.
القيمة: timecode25.
Returns: TimeFormat
getDropTimecode2997()
public static TimeFormat getDropTimecode2997()
يحصل على drop timecode2997.
القيمة: drop timecode2997.
Returns: TimeFormat
getNonDropTimecode2997()
public static TimeFormat getNonDropTimecode2997()
يحصل على non drop timecode2997.
القيمة: non drop timecode2997.
Returns: TimeFormat
getTimecode30()
public static TimeFormat getTimecode30()
يحصل على timecode30.
القيمة: timecode30.
Returns: TimeFormat
getTimecode50()
public static TimeFormat getTimecode50()
يحصل على timecode50.
القيمة: timecode50.
Returns: TimeFormat
getDropTimecode5994()
public static TimeFormat getDropTimecode5994()
يحصل على drop timecode5994.
القيمة: drop timecode5994.
Returns: TimeFormat
getNonDropTimecode5994()
public static TimeFormat getNonDropTimecode5994()
يحصل على non drop timecode5994.
القيمة: non drop timecode5994.
Returns: TimeFormat
getTimecode60()
public static TimeFormat getTimecode60()
يحصل على timecode60.
القيمة: timecode60.
Returns: TimeFormat
getTimecode23976()
public static TimeFormat getTimecode23976()
يحصل على timecode23976.
القيمة: الرمز الزمني23976.
Returns: TimeFormat