TimeFormat

Inheritance: java.lang.Object

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

public final class TimeFormat implements System.IEquatable<TimeFormat>

Représente le format temporel dans Timecode.

Méthodes

MéthodeDescription
isEquals(TimeFormat other)Indique si l’objet actuel est égal à un autre objet du même type.
hashCode()Renvoie un code de hachage pour cette instance.
equals(Object obj)Détermine si le System.Object spécifié est égal à cette instance.
getTimecode24()Obtient le timecode24.
getTimecode25()Obtient le timecode25.
getDropTimecode2997()Obtient le timecode de chute2997.
getNonDropTimecode2997()Obtient le timecode non de chute2997.
getTimecode30()Obtient le timecode30.
getTimecode50()Obtient le timecode50.
getDropTimecode5994()Obtient le timecode de chute5994.
getNonDropTimecode5994()Obtient le timecode non de chute5994.
getTimecode60()Obtient le timecode60.
getTimecode23976()Obtient le timecode23976.

isEquals(TimeFormat other)

public boolean isEquals(TimeFormat other)

Indique si l’objet actuel est égal à un autre objet du même type.

Parameters:

ParamètreTypeDescription
otherTimeFormatUn objet à comparer avec cet objet.

Returns: boolean - vrai si l’objet actuel est égal au paramètre other ; sinon, faux.

hashCode()

public int hashCode()

Renvoie un code de hachage pour cette instance.

Returns: int - Un code de hachage pour cette instance, adapté à une utilisation dans les algorithmes de hachage et les structures de données comme une table de hachage.

equals(Object obj)

public boolean equals(Object obj)

Détermine si le System.Object spécifié est égal à cette instance.

Parameters:

ParamètreTypeDescription
objjava.lang.ObjectLe System.Object à comparer avec cette instance.

Returns: boolean - true si le System.Object spécifié est égal à cette instance; sinon, false.

getTimecode24()

public static TimeFormat getTimecode24()

Obtient le timecode24.

Valeur: le timecode24.

Returns: TimeFormat

getTimecode25()

public static TimeFormat getTimecode25()

Obtient le timecode25.

Valeur: le timecode25.

Returns: TimeFormat

getDropTimecode2997()

public static TimeFormat getDropTimecode2997()

Obtient le timecode de chute2997.

Valeur: le timecode de chute2997.

Returns: TimeFormat

getNonDropTimecode2997()

public static TimeFormat getNonDropTimecode2997()

Obtient le timecode non de chute2997.

Valeur: le timecode non de chute2997.

Returns: TimeFormat

getTimecode30()

public static TimeFormat getTimecode30()

Obtient le timecode30.

Valeur: le timecode30.

Returns: TimeFormat

getTimecode50()

public static TimeFormat getTimecode50()

Obtient le timecode50.

Valeur: le timecode50.

Returns: TimeFormat

getDropTimecode5994()

public static TimeFormat getDropTimecode5994()

Obtient le timecode de chute5994.

Valeur: le timecode de chute5994.

Returns: TimeFormat

getNonDropTimecode5994()

public static TimeFormat getNonDropTimecode5994()

Obtient le timecode non de chute5994.

Valeur: le timecode non de chute5994.

Returns: TimeFormat

getTimecode60()

public static TimeFormat getTimecode60()

Obtient le timecode60.

Valeur: le timecode60.

Returns: TimeFormat

getTimecode23976()

public static TimeFormat getTimecode23976()

Obtient le timecode23976.

Valeur: le timecode23976.

Returns: TimeFormat