SdpOrigin Class

Definition

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.

Applies to