Class RTSPConstants
Inheritance
System.Object
RTSPConstants
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)
System.Object.ToString()
Assembly: SIPSorcery.dll
Syntax
public class RTSPConstants
Fields
|
Improve this Doc
View Source
CRLF
Declaration
public const string CRLF = "\r\n"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
DEFAULT_RTSP_PORT
Declaration
public const int DEFAULT_RTSP_PORT = 554
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
INITIAL_RTT_MILLISECONDS
Declaration
public const int INITIAL_RTT_MILLISECONDS = 500
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RTSP_FULLVERSION_STRING
Declaration
public const string RTSP_FULLVERSION_STRING = "RTSP/1.0"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
RTSP_MAJOR_VERSION
Declaration
public const int RTSP_MAJOR_VERSION = 1
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RTSP_MAXIMUM_LENGTH
Declaration
public const int RTSP_MAXIMUM_LENGTH = 4096
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RTSP_MINOR_VERSION
Declaration
public const int RTSP_MINOR_VERSION = 0
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RTSP_RELIABLE_TRANSPORTID
Declaration
public const string RTSP_RELIABLE_TRANSPORTID = "rtsp"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
RTSP_UNRELIABLE_TRANSPORTID
Declaration
public const string RTSP_UNRELIABLE_TRANSPORTID = "rtspu"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
RTSP_VERSION_STRING
Declaration
public const string RTSP_VERSION_STRING = "RTSP"
Field Value
Type |
Description |
System.String |
|
Extension Methods