Class TimeFormat

Class TimeFormat

이름 공간 : Aspose.Imaging.Xmp.Schemas.XmpDm 모임: Aspose.Imaging.dll (25.4.0)

Aspose.Imaging.Xmp.Schemas.XmpDm.Timecode의 시간 형식을 나타냅니다.

[JsonObject(MemberSerialization.OptIn)]
public sealed class TimeFormat : IEquatable<timeformat>

Inheritance

object TimeFormat

Implements

IEquatable

상속 회원들

object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Properties

DropTimecode2997

드롭 타임 코드2997을 얻으십시오.

public static TimeFormat DropTimecode2997 { get; }

부동산 가치

TimeFormat

DropTimecode5994

드롭 타임 코드5994를 얻으십시오.

public static TimeFormat DropTimecode5994 { get; }

부동산 가치

TimeFormat

NonDropTimecode2997

녹지 않는 시간 코드2997을 얻습니다.

public static TimeFormat NonDropTimecode2997 { get; }

부동산 가치

TimeFormat

NonDropTimecode5994

시간 코드 5994를 얻지 마십시오.

public static TimeFormat NonDropTimecode5994 { get; }

부동산 가치

TimeFormat

Timecode23976

타임 코드23976를 얻으십시오.

public static TimeFormat Timecode23976 { get; }

부동산 가치

TimeFormat

Timecode24

타임 코드24를 입력합니다.

public static TimeFormat Timecode24 { get; }

부동산 가치

TimeFormat

Timecode25

타임 코드25를 얻으십시오.

public static TimeFormat Timecode25 { get; }

부동산 가치

TimeFormat

Timecode30

타임 코드 30을 입력합니다.

public static TimeFormat Timecode30 { get; }

부동산 가치

TimeFormat

Timecode50

타임 코드 50을 입력합니다.

public static TimeFormat Timecode50 { get; }

부동산 가치

TimeFormat

Timecode60

타임 코드 60을 입력합니다.

public static TimeFormat Timecode60 { get; }

부동산 가치

TimeFormat

Methods

Equals(TimeFormat)

현재 개체가 동일한 유형의 다른 개체와 동일한지 여부를 나타냅니다.

public bool Equals(TimeFormat other)

Parameters

other TimeFormat

이 개체와 비교할 수 있는 개체입니다.

Returns

bool

현재 개체가 other’ 파라미터와 동일한 경우 사실; 그렇지 않으면, 가짜.

Equals(객체)

지정된 System.Object이 이 경우와 동일한지 여부를 결정합니다.

public override bool Equals(object obj)

Parameters

obj object

시스템.Object 이 경우와 비교할 수 있습니다.

Returns

bool

‘진실’이 지정된 System.Object이 이 경우와 동일한 경우; 그렇지 않으면 ‘거짓’입니다.

GetHashCode()

이 경우 해시 코드를 반환합니다.

public override int GetHashCode()

Returns

int

이 예제에 대한 해시 코드, 해시 테이블과 같은 해시 알고리즘 및 데이터 구조에서 사용하기에 적합합니다.

 한국어