TimeFormat
Inheritance: java.lang.Object
All Implemented Interfaces: com.aspose.ms.System.IEquatable
public final class TimeFormat implements System.IEquatable<TimeFormat>
Represents time format in Timecode
.
Methods
Method | Description |
---|---|
isEquals(TimeFormat other) | Indicates whether the current object is equal to another object of the same type. |
hashCode() | Returns a hash code for this instance. |
equals(Object obj) | Determines whether the specified System.Object , is equal to this instance. |
getTimecode24() | Gets the timecode24. |
getTimecode25() | Gets the timecode25. |
getDropTimecode2997() | Gets the drop timecode2997. |
getNonDropTimecode2997() | Gets the non drop timecode2997. |
getTimecode30() | Gets the timecode30. |
getTimecode50() | Gets the timecode50. |
getDropTimecode5994() | Gets the drop timecode5994. |
getNonDropTimecode5994() | Gets the non drop timecode5994. |
getTimecode60() | Gets the timecode60. |
getTimecode23976() | Gets the timecode23976. |
isEquals(TimeFormat other)
public boolean isEquals(TimeFormat other)
Indicates whether the current object is equal to another object of the same type.
Parameters:
Parameter | Type | Description |
---|---|---|
other | TimeFormat | An object to compare with this object. |
Returns:
boolean - true if the current object is equal to the other
parameter; otherwise, false.
hashCode()
public int hashCode()
Returns a hash code for this instance.
Returns: int - A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
equals(Object obj)
public boolean equals(Object obj)
Determines whether the specified System.Object
, is equal to this instance.
Parameters:
Parameter | Type | Description |
---|---|---|
obj | java.lang.Object | The System.Object to compare with this instance. |
Returns:
boolean - true
if the specified System.Object
is equal to this instance; otherwise, false
.
getTimecode24()
public static TimeFormat getTimecode24()
Gets the timecode24.
Value: The timecode24.
Returns: TimeFormat
getTimecode25()
public static TimeFormat getTimecode25()
Gets the timecode25.
Value: The timecode25.
Returns: TimeFormat
getDropTimecode2997()
public static TimeFormat getDropTimecode2997()
Gets the drop timecode2997.
Value: The drop timecode2997.
Returns: TimeFormat
getNonDropTimecode2997()
public static TimeFormat getNonDropTimecode2997()
Gets the non drop timecode2997.
Value: The non drop timecode2997.
Returns: TimeFormat
getTimecode30()
public static TimeFormat getTimecode30()
Gets the timecode30.
Value: The timecode30.
Returns: TimeFormat
getTimecode50()
public static TimeFormat getTimecode50()
Gets the timecode50.
Value: The timecode50.
Returns: TimeFormat
getDropTimecode5994()
public static TimeFormat getDropTimecode5994()
Gets the drop timecode5994.
Value: The drop timecode5994.
Returns: TimeFormat
getNonDropTimecode5994()
public static TimeFormat getNonDropTimecode5994()
Gets the non drop timecode5994.
Value: The non drop timecode5994.
Returns: TimeFormat
getTimecode60()
public static TimeFormat getTimecode60()
Gets the timecode60.
Value: The timecode60.
Returns: TimeFormat
getTimecode23976()
public static TimeFormat getTimecode23976()
Gets the timecode23976.
Value: The timecode23976.
Returns: TimeFormat