TimeFormat

Inheritance: java.lang.Object

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

public final class TimeFormat implements System.IEquatable<TimeFormat>

Rappresenta il formato temporale in Timecode.

Metodi

MetodoDescrizione
isEquals(TimeFormat other)Indica se l’oggetto corrente è uguale a un altro oggetto dello stesso tipo.
hashCode()Restituisce un codice hash per questa istanza.
equals(Object obj)Determina se lo System.Object specificato è uguale a questa istanza.
getTimecode24()Ottiene il timecode24.
getTimecode25()Ottiene il timecode25.
getDropTimecode2997()Ottiene il drop timecode2997.
getNonDropTimecode2997()Ottiene il non drop timecode2997.
getTimecode30()Ottiene il timecode30.
getTimecode50()Ottiene il timecode50.
getDropTimecode5994()Ottiene il drop timecode5994.
getNonDropTimecode5994()Ottiene il non drop timecode5994.
getTimecode60()Ottiene il timecode60.
getTimecode23976()Ottiene il timecode23976.

isEquals(TimeFormat other)

public boolean isEquals(TimeFormat other)

Indica se l’oggetto corrente è uguale a un altro oggetto dello stesso tipo.

Parameters:

ParametroTipoDescrizione
otherTimeFormatUn oggetto da confrontare con questo oggetto.

Returns: boolean - true se l’oggetto corrente è uguale al parametro other; altrimenti, false.

hashCode()

public int hashCode()

Restituisce un codice hash per questa istanza.

Returns: int - Un codice hash per questa istanza, adatto per l’uso in algoritmi di hashing e strutture dati come una tabella hash.

equals(Object obj)

public boolean equals(Object obj)

Determina se lo System.Object specificato è uguale a questa istanza.

Parameters:

ParametroTipoDescrizione
objjava.lang.ObjectIl System.Object da confrontare con questa istanza.

Returns: boolean - true se lo System.Object specificato è uguale a questa istanza; altrimenti, false.

getTimecode24()

public static TimeFormat getTimecode24()

Ottiene il timecode24.

Valore: Il timecode24.

Returns: TimeFormat

getTimecode25()

public static TimeFormat getTimecode25()

Ottiene il timecode25.

Valore: Il timecode25.

Returns: TimeFormat

getDropTimecode2997()

public static TimeFormat getDropTimecode2997()

Ottiene il drop timecode2997.

Valore: Il drop timecode2997.

Returns: TimeFormat

getNonDropTimecode2997()

public static TimeFormat getNonDropTimecode2997()

Ottiene il non drop timecode2997.

Valore: Il non drop timecode2997.

Returns: TimeFormat

getTimecode30()

public static TimeFormat getTimecode30()

Ottiene il timecode30.

Valore: Il timecode30.

Returns: TimeFormat

getTimecode50()

public static TimeFormat getTimecode50()

Ottiene il timecode50.

Valore: Il timecode50.

Returns: TimeFormat

getDropTimecode5994()

public static TimeFormat getDropTimecode5994()

Ottiene il drop timecode5994.

Valore: Il drop timecode5994.

Returns: TimeFormat

getNonDropTimecode5994()

public static TimeFormat getNonDropTimecode5994()

Ottiene il non drop timecode5994.

Valore: Il non drop timecode5994.

Returns: TimeFormat

getTimecode60()

public static TimeFormat getTimecode60()

Ottiene il timecode60.

Valore: Il timecode60.

Returns: TimeFormat

getTimecode23976()

public static TimeFormat getTimecode23976()

Ottiene il timecode23976.

Valore: Il timecode23976.

Returns: TimeFormat