Class Timecode

Class Timecode

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

비디오에서 시간 코드 값을 나타냅니다.

[JsonObject(MemberSerialization.OptIn)]
public sealed class Timecode : XmpTypeBase, IXmpType, ICloneable, IEquatable<timecode>

Inheritance

object XmpTypeBase Timecode

Implements

IXmpType , ICloneable , IEquatable

상속 회원들

XmpTypeBase.GetXmpRepresentation() , XmpTypeBase.ToString() , XmpTypeBase.Clone() , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

Timecode(타임포맷, 스트리트)

Aspose.Imaging.Xmp.Schemas.XmpDm.Timecode 클래스의 새로운 예를 시작합니다.

[JsonConstructor]
public Timecode(TimeFormat format, string timeValue)

Parameters

format TimeFormat

시간의 형식입니다.

timeValue string

시간의 가치

Properties

Format

Aspose.Imaging.Xmp.Schemas.XmpDm.Timecode.TimeValue에서 사용되는 형식을 얻거나 설정합니다.

[JsonProperty]
public TimeFormat Format { get; set; }

부동산 가치

TimeFormat

TimeValue

시간 값을 지정된 형식으로 얻거나 설정합니다.

[JsonProperty]
public string TimeValue { get; set; }

부동산 가치

string

Methods

Equals(Timecode)

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

public bool Equals(Timecode other)

Parameters

other Timecode

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

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

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

GetXmpRepresentation()

XMP 형식으로 링에 포함된 값을 반환합니다.

public override string GetXmpRepresentation()

Returns

string

xmp 표현을 포함하는 스트립을 반환합니다.

 한국어