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