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() | 返回此实例的哈希码。 |
| 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 - 如果当前对象等于 other 参数则为 true;否则为 false。
hashCode()
public int hashCode()
返回此实例的哈希码。
Returns: int - 此实例的哈希码,适用于哈希算法和哈希表等数据结构。
equals(Object obj)
public boolean equals(Object obj)
确定指定的 System.Object 是否等于此实例。
Parameters:
| 参数 | 类型 | 描述 |
|---|---|---|
| obj | java.lang.Object | 与此实例比较的 System.Object。 |
Returns:
boolean - 如果指定的 System.Object 等于此实例,则为 true;否则,为 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。
值: timecode23976。
Returns: TimeFormat