public final class TimeFormat extends StringChoice
Represents time format in Timecode
.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Indicates whether the current object is equal to another object of the same type.
|
boolean |
equals(TimeFormat other)
Indicates whether the current object is equal to another object of the same type.
|
static TimeFormat |
getDropTimecode2997()
Gets 2997DropTimecode.
|
static TimeFormat |
getDropTimecode5994()
Gets 5994DropTimecode.
|
static TimeFormat |
getNonDropTimecode2997()
Gets 2997NonDropTimecode.
|
static TimeFormat |
getNonDropTimecode5994()
Gets 5994NonDropTimecode.
|
static TimeFormat |
getTimecode23976()
Gets 23976Timecode.
|
static TimeFormat |
getTimecode24()
Gets 24Timecode.
|
static TimeFormat |
getTimecode25()
Gets 25Timecode.
|
static TimeFormat |
getTimecode30()
Gets 30Timecode.
|
static TimeFormat |
getTimecode50()
Gets 50Timecode.
|
static TimeFormat |
getTimecode60()
Gets 60Timecode.
|
int |
hashCode()
Returns a hash code for this instance.
|
equals, toString
public static TimeFormat getTimecode24()
Gets 24Timecode.
Value: The 24Timecode.public static TimeFormat getTimecode25()
Gets 25Timecode.
Value: The 25Timecode.public static TimeFormat getDropTimecode2997()
Gets 2997DropTimecode.
Value: The drop timecode2997.public static TimeFormat getNonDropTimecode2997()
Gets 2997NonDropTimecode.
public static TimeFormat getTimecode30()
Gets 30Timecode.
Value: The 30Timecode.public static TimeFormat getTimecode50()
Gets 50Timecode.
Value: The 50Timecode.public static TimeFormat getDropTimecode5994()
Gets 5994DropTimecode.
Value: The 5994DropTimecode.public static TimeFormat getNonDropTimecode5994()
Gets 5994NonDropTimecode.
Value: The 5994NonDropTimecode.public static TimeFormat getTimecode60()
Gets 60Timecode.
Value: The 60Timecode.public static TimeFormat getTimecode23976()
Gets 23976Timecode.
Value: The 23976Timecode.public boolean equals(Object obj)
Indicates whether the current object is equal to another object of the same type.
equals
in interface com.aspose.ms.System.IEquatable<ClosedChoice<String>>
equals
in class StringChoice
obj
- An object to compare with this object.obj
parameter; otherwise, false.public final boolean equals(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.
hashCode
in class StringChoice
Copyright © 2017. All rights reserved.