TimecodeTime Class

Representation of a timecode, with optional frame number. This is separated from TimecodeRate as TC time can often be used without rate.

Definition

Namespace: Quine.Schemas.Core
Assembly: Quine.Schemas.Core (in Quine.Schemas.Core.dll) Version: 1.0.0+0ea0706914ee4edf2b0ed66bec3ab4d062a43b68
C#
[DataContractAttribute(Namespace = "http://schemas.quine.no/core/v3_0.xsd")]
[XmlTypeAttribute(Namespace = "http://schemas.quine.no/core/v3_0.xsd")]
public class TimecodeTime : IEquatable<TimecodeTime>
Inheritance
Object    TimecodeTime
Implements
IEquatableTimecodeTime

Constructors

TimecodeTimeInitializes a new instance of the TimecodeTime class

Properties

F 
H 
M 
S 

Methods

Dec 
Equals(Object)
(Overrides ObjectEquals(Object))
Equals(TimecodeTime) 
From(TimecodeRate, Int64) 
From(Int64, Int64, Int64, Int64) 
GetHashCode
(Overrides ObjectGetHashCode)
GetLowerTct 
Inc 
Parse 
ParseSmpte331m 
ToFrameNumber 
ToSeconds(Boolean) Convert the timecode to seconds since midnight, rounding the framecounter based on roundUp parameter
ToSeconds(TimecodeRate) Convert the timecode to seconds since midnight
ToString
(Overrides ObjectToString)
ToTuple 
TryParse 
TryParseLtcChange 

See Also