SdpOrigin Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the "o" line in the SDP.
public ref class SdpOrigin
public class SdpOrigin
type SdpOrigin = class
Public Class SdpOrigin
- Inheritance
-
SdpOrigin
Constructors
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. |
Properties
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. |
Methods
Reset(IPAddress) |
Sets default values for Origin. |
ToString() |
Returns a string representation of the SdpOrigin instance. This function is useful for tracing or debugging. |