C# 클래스 HamSketch.MultiSession

파일 보기 프로젝트 열기: Wiladams/NewTOAPIA

공개 메소드들

메소드 설명
AddChannel ( PayloadChannel aChannel ) : void
CreateChannel ( PayloadType aType ) : PayloadChannel
MultiSession ( string uniqueSessionName ) : System

보호된 메소드들

메소드 설명
HookRtpEvents ( ) : void
RtpParticipantAdded ( object sender, RtpEvents ea ) : void
RtpParticipantRemoved ( object sender, RtpEvents ea ) : void
RtpStreamAdded ( object sender, RtpEvents ea ) : void
RtpStreamRemoved ( object sender, RtpEvents ea ) : void

비공개 메소드들

메소드 설명
MultiSession ( ) : System

메소드 상세

AddChannel() 공개 메소드

public AddChannel ( PayloadChannel aChannel ) : void
aChannel PayloadChannel
리턴 void

CreateChannel() 공개 메소드

public CreateChannel ( PayloadType aType ) : PayloadChannel
aType PayloadType
리턴 PayloadChannel

HookRtpEvents() 보호된 메소드

protected HookRtpEvents ( ) : void
리턴 void

MultiSession() 공개 메소드

public MultiSession ( string uniqueSessionName ) : System
uniqueSessionName string
리턴 System

RtpParticipantAdded() 보호된 메소드

protected RtpParticipantAdded ( object sender, RtpEvents ea ) : void
sender object
ea NewTOAPIA.Net.Rtp.RtpEvents
리턴 void

RtpParticipantRemoved() 보호된 메소드

protected RtpParticipantRemoved ( object sender, RtpEvents ea ) : void
sender object
ea NewTOAPIA.Net.Rtp.RtpEvents
리턴 void

RtpStreamAdded() 보호된 메소드

protected RtpStreamAdded ( object sender, RtpEvents ea ) : void
sender object
ea NewTOAPIA.Net.Rtp.RtpEvents
리턴 void

RtpStreamRemoved() 보호된 메소드

protected RtpStreamRemoved ( object sender, RtpEvents ea ) : void
sender object
ea NewTOAPIA.Net.Rtp.RtpEvents
리턴 void