|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Participant in jlibrtp |
---|
Methods in jlibrtp that return types with arguments of type Participant | |
---|---|
java.util.Enumeration<Participant> |
RTPSession.getParticipants()
|
java.util.Iterator<Participant> |
RTPSession.getUnicastReceivers()
|
Methods in jlibrtp with parameters of type Participant | |
---|---|
int |
RTPSession.addParticipant(Participant p)
Add a participant object to the participant database. |
void |
RTCPAppIntf.APPPktReceived(Participant part,
int subtype,
byte[] name,
byte[] data)
This function is called whenever an Application (APP) packet is received. |
void |
RTCPAppIntf.BYEPktReceived(Participant[] relevantParticipants,
java.lang.String reason)
This function is called whenever a Bye (BYE) packet is received. |
void |
RTPAppIntf.receiveData(DataFrame frame,
Participant participant)
The callback method through which the application will receive data from jlibrtp. |
void |
RTPSession.removeParticipant(Participant p)
Remove a participant from the database. |
void |
RTCPAppIntf.SDESPktReceived(Participant[] relevantParticipants)
This function is called whenever a Source Description (SDES) packet is received. |
void |
RTPAppIntf.userEvent(int type,
Participant[] participant)
The callback method through which the application will receive notifications about user updates, additions and byes. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |