Class Timing
An SDP timing element.
Inheritance
System.Object
Timing
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FM.LiveSwitch.Sdp
Assembly: FM.LiveSwitch.dll
Syntax
public class Timing
Constructors
Timing()
Initializes a new instance of the Timing class.
Declaration
public Timing()
Timing(Double, Double)
Initializes a new instance of the Timing class.
Declaration
public Timing(double startTime, double stopTime)
Parameters
Type | Name | Description |
---|---|---|
System. |
startTime | The start time. |
System. |
stopTime | The stop time. |
Properties
StartTime
Gets or sets the start time.
Declaration
public double StartTime { get; set; }
Property Value
Type | Description |
---|---|
System. |
StopTime
Gets or sets the stop time.
Declaration
public double StopTime { get; set; }
Property Value
Type | Description |
---|---|
System. |
Methods
Parse(String)
Creates an Timing instance from a string.
Declaration
public static Timing Parse(string s)
Parameters
Type | Name | Description |
---|---|---|
System. |
s | The string to parse. |
Returns
Type | Description |
---|---|
Timing |
ToString()
Converts this instance to a string.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System. |
Overrides
System.Object.ToString()