C# 클래스 Tmds.Sdp.SdpSession

상속: Session
파일 보기 프로젝트 열기: bbc/sdp-test 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetInterfaceIndex ( NetworkInterface interf ) : int

메소드 상세

CompareTo() 공개 메소드

public CompareTo ( Session o ) : int
o Session
리턴 int

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

SdpSession() 공개 메소드

public SdpSession ( Origin o, NetworkInterface inter ) : System
o Origin
inter NetworkInterface
리턴 System

SdpSession() 공개 메소드

public SdpSession ( SessionAnnouncement announcement ) : System
announcement SessionAnnouncement
리턴 System

SdpSession() 공개 메소드

public SdpSession ( SessionDescription sd, NetworkInterface inter ) : System
sd SessionDescription
inter NetworkInterface
리턴 System