Gets or sets the Stop time.
Namespace: StreamCoders.SdpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public string StopTime { get; set; }
Public Property StopTime As String
Get
Set
public:
property String^ StopTime {
String^ get ();
void set (String^ value);
}
member StopTime : string with get, set
Property Value
Type:
String
These values are the decimal representation of Network Time Protocol (NTP) time values in
seconds [1]. To convert these values to UNIX time, subtract decimal 2208988800. If the
stop-time is set to zero, then the session is not bounded, though it will not become
active until after the start-time. If the start-time is also zero, the session is
regarded as permanent.
User interfaces should strongly discourage the creation of unbounded and permanent
sessions as they give no information about when the session is actually going to
terminate, and so make scheduling difficult.
See Also