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.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
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.Double | startTime | The start time. |
System.Double | stopTime | The stop time. |
Properties
StartTime
Gets or sets the start time.
Declaration
public double StartTime { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
StopTime
Gets or sets the stop time.
Declaration
public double StopTime { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Parse(String)
Creates an Timing instance from a string.
Declaration
public static Timing Parse(string s)
Parameters
Type | Name | Description |
---|---|---|
System.String | 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.String |
Overrides
System.Object.ToString()