Class TimeFormat
Namespace: Aspose.Imaging.Xmp.Schemas.XmpDm
Assembly: Aspose.Imaging.dll (25.2.0)
Represents time format in Aspose.Imaging.Xmp.Schemas.XmpDm.Timecode.
[JsonObject(MemberSerialization.OptIn)]
public sealed class TimeFormat : IEquatable<timeformat>
Inheritance
Implements
Inherited Members
object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
DropTimecode2997
Gets the drop timecode2997.
public static TimeFormat DropTimecode2997 { get; }
Property Value
DropTimecode5994
Gets the drop timecode5994.
public static TimeFormat DropTimecode5994 { get; }
Property Value
NonDropTimecode2997
Gets the non drop timecode2997.
public static TimeFormat NonDropTimecode2997 { get; }
Property Value
NonDropTimecode5994
Gets the non drop timecode5994.
public static TimeFormat NonDropTimecode5994 { get; }
Property Value
Timecode23976
Gets the timecode23976.
public static TimeFormat Timecode23976 { get; }
Property Value
Timecode24
Gets the timecode24.
public static TimeFormat Timecode24 { get; }
Property Value
Timecode25
Gets the timecode25.
public static TimeFormat Timecode25 { get; }
Property Value
Timecode30
Gets the timecode30.
public static TimeFormat Timecode30 { get; }
Property Value
Timecode50
Gets the timecode50.
public static TimeFormat Timecode50 { get; }
Property Value
Timecode60
Gets the timecode60.
public static TimeFormat Timecode60 { get; }
Property Value
Methods
Equals(TimeFormat)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(TimeFormat other)
Parameters
other
TimeFormat
An object to compare with this object.
Returns
true if the current object is equal to the other
parameter; otherwise, false.
Equals(object)
Determines whether the specified System.Object, is equal to this instance.
public override bool Equals(object obj)
Parameters
obj
object
The System.Object to compare with this instance.
Returns
true
if the specified System.Object is equal to this instance; otherwise, false
.
GetHashCode()
Returns a hash code for this instance.
public override int GetHashCode()
Returns
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. </timeformat>