Class TimeFormat
Represents time format in Timecode.
public sealed class TimeFormat : IEquatable<TimeFormat>
- Inheritance
-
TimeFormat
- Implements
- Inherited Members
Properties
DropTimecode2997
Gets the drop timecode2997.
public static TimeFormat DropTimecode2997 { get; }
Property Value
- TimeFormat
The drop timecode2997.
DropTimecode5994
Gets the drop timecode5994.
public static TimeFormat DropTimecode5994 { get; }
Property Value
- TimeFormat
The drop timecode5994.
NonDropTimecode2997
Gets the non drop timecode2997.
public static TimeFormat NonDropTimecode2997 { get; }
Property Value
- TimeFormat
The non drop timecode2997.
NonDropTimecode5994
Gets the non drop timecode5994.
public static TimeFormat NonDropTimecode5994 { get; }
Property Value
- TimeFormat
The non drop timecode5994.
Timecode23976
Gets the timecode23976.
public static TimeFormat Timecode23976 { get; }
Property Value
- TimeFormat
The timecode23976.
Timecode24
Gets the timecode24.
public static TimeFormat Timecode24 { get; }
Property Value
- TimeFormat
The timecode24.
Timecode25
Gets the timecode25.
public static TimeFormat Timecode25 { get; }
Property Value
- TimeFormat
The timecode25.
Timecode30
Gets the timecode30.
public static TimeFormat Timecode30 { get; }
Property Value
- TimeFormat
The timecode30.
Timecode50
Gets the timecode50.
public static TimeFormat Timecode50 { get; }
Property Value
- TimeFormat
The timecode50.
Timecode60
Gets the timecode60.
public static TimeFormat Timecode60 { get; }
Property Value
- TimeFormat
The timecode60.
Methods
Equals(TimeFormat)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(TimeFormat other)
Parameters
other
TimeFormatAn object to compare with this object.
Returns
- bool
true if the current object is equal to the
other
parameter; otherwise, false.
Equals(object)
Determines whether the specified object, is equal to this instance.
public override bool Equals(object obj)
Parameters
Returns
GetHashCode()
Returns a hash code for this instance.
public override int GetHashCode()
Returns
- int
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.