TimeFormat

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.ms.System.IEquatable

public final class TimeFormat implements System.IEquatable<TimeFormat>

Representerar tidsformat i Timecode.

Metoder

MetodBeskrivning
isEquals(TimeFormat other)Indikerar om det aktuella objektet är lika med ett annat objekt av samma typ.
hashCode()Returnerar en hashkod för detta objekt.
equals(Object obj)Bestämmer om det angivna System.Object är lika med den här instansen.
getTimecode24()Hämtar timecode24.
getTimecode25()Hämtar timecode25.
getDropTimecode2997()Hämtar drop timecode2997.
getNonDropTimecode2997()Hämtar non drop timecode2997.
getTimecode30()Hämtar timecode30.
getTimecode50()Hämtar timecode50.
getDropTimecode5994()Hämtar drop timecode5994.
getNonDropTimecode5994()Hämtar non drop timecode5994.
getTimecode60()Hämtar timecode60.
getTimecode23976()Hämtar timecode23976.

isEquals(TimeFormat other)

public boolean isEquals(TimeFormat other)

Indikerar om det aktuella objektet är lika med ett annat objekt av samma typ.

Parameters:

ParameterTypBeskrivning
otherTimeFormatEtt objekt att jämföra med detta objekt.

Returns: boolean - true om det aktuella objektet är lika med parametern other; annars false.

hashCode()

public int hashCode()

Returnerar en hashkod för detta objekt.

Returns: int - En hashkod för denna instans, lämplig för användning i hash-algoritmer och datastrukturer som en hash‑tabell.

equals(Object obj)

public boolean equals(Object obj)

Bestämmer om det angivna System.Object är lika med den här instansen.

Parameters:

ParameterTypBeskrivning
objjava.lang.ObjectDen System.Object att jämföra med denna instans.

Returns: boolean - true om det angivna System.Object är lika med denna instans; annars false.

getTimecode24()

public static TimeFormat getTimecode24()

Hämtar timecode24.

Värde: timecode24.

Returns: TimeFormat

getTimecode25()

public static TimeFormat getTimecode25()

Hämtar timecode25.

Värde: timecode25.

Returns: TimeFormat

getDropTimecode2997()

public static TimeFormat getDropTimecode2997()

Hämtar drop timecode2997.

Värde: drop timecode2997.

Returns: TimeFormat

getNonDropTimecode2997()

public static TimeFormat getNonDropTimecode2997()

Hämtar non drop timecode2997.

Värde: non drop timecode2997.

Returns: TimeFormat

getTimecode30()

public static TimeFormat getTimecode30()

Hämtar timecode30.

Värde: timecode30.

Returns: TimeFormat

getTimecode50()

public static TimeFormat getTimecode50()

Hämtar timecode50.

Värde: timecode50.

Returns: TimeFormat

getDropTimecode5994()

public static TimeFormat getDropTimecode5994()

Hämtar drop timecode5994.

Värde: drop timecode5994.

Returns: TimeFormat

getNonDropTimecode5994()

public static TimeFormat getNonDropTimecode5994()

Hämtar non drop timecode5994.

Värde: non drop timecode5994.

Returns: TimeFormat

getTimecode60()

public static TimeFormat getTimecode60()

Hämtar timecode60.

Värde: timecode60.

Returns: TimeFormat

getTimecode23976()

public static TimeFormat getTimecode23976()

Hämtar timecode23976.

Värde: timecode23976.

Returns: TimeFormat