C# Class Tmds.Sdp.SdpSession

Inheritance: Session
Afficher le fichier Open project: bbc/sdp-test Class Usage Examples

Méthodes publiques

Méthode Description
CompareTo ( Session o ) : int
Equals ( object obj ) : bool
GetHashCode ( ) : int
SdpSession ( Origin o, NetworkInterface inter ) : System
SdpSession ( SessionAnnouncement announcement ) : System
SdpSession ( SessionDescription sd, NetworkInterface inter ) : System

Private Methods

Méthode Description
GetInterfaceIndex ( NetworkInterface interf ) : int

Method Details

CompareTo() public méthode

public CompareTo ( Session o ) : int
o Session
Résultat int

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

SdpSession() public méthode

public SdpSession ( Origin o, NetworkInterface inter ) : System
o Origin
inter NetworkInterface
Résultat System

SdpSession() public méthode

public SdpSession ( SessionAnnouncement announcement ) : System
announcement SessionAnnouncement
Résultat System

SdpSession() public méthode

public SdpSession ( SessionDescription sd, NetworkInterface inter ) : System
sd SessionDescription
inter NetworkInterface
Résultat System