|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjlibrtp.Participant
public class Participant
A participant represents a peer in an RTPSession. Based on the information stored on these objects, packets are processed and statistics generated for RTCP.
Constructor Summary | |
---|---|
Participant(java.lang.String networkAddress,
int rtpPort,
int rtcpPort)
Create a basic participant. |
Method Summary | |
---|---|
void |
debugPrint()
Only for debugging purposes |
java.lang.String |
getCNAME()
CNAME registered for this participant. |
java.lang.String |
getEmail()
EMAIL registered for this participant. |
java.lang.String |
getLocation()
LOCATION registered for this participant. |
java.lang.String |
getNAME()
NAME registered for this participant. |
java.lang.String |
getNote()
NOTE registered for this participant. |
java.lang.String |
getPhone()
PHONE registered for this participant. |
java.lang.String |
getPriv()
PRIVATE something registered for this participant. |
long |
getSSRC()
SSRC for participant, determined through RTCP SDES |
java.lang.String |
getTool()
TOOL something registered for this participant. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Participant(java.lang.String networkAddress, int rtpPort, int rtcpPort)
networkAddress
- string representation of network address (ipv4 or ipv6). Use "127.0.0.1" for multicast session.rtpPort
- port on which peer expects RTP packets. Use 0 if this is a sender-only, or this is a multicast session.rtcpPort
- port on which peer expects RTCP packets. Use 0 if this is a sender-only, or this is a multicast session.Method Detail |
---|
public java.lang.String getCNAME()
public java.lang.String getNAME()
public java.lang.String getEmail()
public java.lang.String getPhone()
public java.lang.String getLocation()
public java.lang.String getNote()
public java.lang.String getPriv()
public java.lang.String getTool()
public long getSSRC()
public void debugPrint()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |