C# Class HamSketch.SpaceControlChannel

Inheritance: SpaceControlDelegate
Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

Méthode Description
AddChannels ( ) : void
HookRtpEvents ( ) : void
SendCommand ( NewTOAPIA command ) : void
SpaceControlChannel ( SessionManager sessManager, string participantName, MetaSpace aSpace ) : System

Méthodes protégées

Méthode Description
RtpStreamAdded ( object sender, RtpEvents ea ) : void
RtpStreamRemoved ( object sender, RtpEvents ea ) : void

Private Methods

Méthode Description
CommandReceived ( object sender, RtpStream ea ) : void

Method Details

AddChannels() public méthode

public AddChannels ( ) : void
Résultat void

HookRtpEvents() public méthode

public HookRtpEvents ( ) : void
Résultat void

RtpStreamAdded() protected méthode

protected RtpStreamAdded ( object sender, RtpEvents ea ) : void
sender object
ea NewTOAPIA.Net.Rtp.RtpEvents
Résultat void

RtpStreamRemoved() protected méthode

protected RtpStreamRemoved ( object sender, RtpEvents ea ) : void
sender object
ea NewTOAPIA.Net.Rtp.RtpEvents
Résultat void

SendCommand() public méthode

public SendCommand ( NewTOAPIA command ) : void
command NewTOAPIA
Résultat void

SpaceControlChannel() public méthode

public SpaceControlChannel ( SessionManager sessManager, string participantName, MetaSpace aSpace ) : System
sessManager SessionManager
participantName string
aSpace MetaSpace
Résultat System