SdpOrigin Members
Include Protected Members
Include Inherited Members
Represents the "o" line in the SDP.
The SdpOrigin type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SdpOrigin() | Initializes a new instance of the SdpOrigin class. | |
SdpOrigin(IPAddress) | Initializes a new instance of the SdpOrigin class. | |
SdpOrigin(SdpOrigin) | Initializes a copy of the supplied SdpOrigin. |
Top
Properties
Name | Description | |
---|---|---|
Connection | Gets or sets the IP address found in the "o" line of the SDP. | |
SessionId | Gets or sets the session ID found in the "o" line of the SDP. | |
UserName | Gets or sets the UserName found in the "o" line of the SDP. | |
Version | Gets or sets the version found in the "o" line of the SDP. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
Reset | Sets default values for Origin. | |
ToString | Returns a string representation of the SdpOrigin instance. This function is useful for tracing or debugging. (Overrides Object.ToString().) |
Top