A SDP_Time represents an t= SDP message field. Defined in RFC 4566 5.9. Timing.
| C# | Visual Basic | Managed C++ |
public class SDP_Time
Public Class SDP_Time
public ref class SDP_Time
| All Members | Constructors | Methods | Properties | Fields | Events |
| Icon | Member | Description |
|---|---|---|
| SDP_TimeNew() |
Default constructor.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode() | Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType() | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Parse(String) |
Parses media from "t" SDP message field.
| |
| StartTime |
Gets or sets start time when session must start. Network Time Protocol (NTP) time values in
seconds since 1900. 0 value means not specified, if StopTime is also 0, then means infinite session.
| |
| StopTime |
Gets or sets stop time when session must end. Network Time Protocol (NTP) time values in
seconds since 1900. 0 value means not specified, if StopTime is also 0, then means infinite session.
| |
| ToString() | (Inherited from Object.) | |
| ToValue() |
Converts this to valid "t" string.
|
| Object | |
| SDP_Time | |
Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)