Class Timecode
Timecode class
Represents timecode value in video.
public sealed class Timecode : XmpTypeBase, IEquatable<Timecode>
Constructors
Name | Description |
---|
Timecode(TimeFormat, string) | Initializes a new instance of the Timecode class. |
Properties
Name | Description |
---|
Format { get; set; } | Gets or sets the format used in the TimeValue . |
TimeValue { get; set; } | Gets or sets the time value in the specified format. |
Methods
Name | Description |
---|
override Equals(object) | Determines whether the specified Object, is equal to this instance. |
Equals(Timecode) | Indicates whether the current object is equal to another object of the same type. |
override GetHashCode() | Returns a hash code for this instance. |
override GetXmpRepresentation() | Returns the string contained value in XMP format. |
See Also