|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--local.net.RtpFlow
This abstract class represents a RTP flow for sending or receiving rtp packets.
A RtpFlow is always associated to a SSRC number that represents the source end point (the S-SAP).
| Constructor Summary | |
RtpFlow()
Creates a new RTP flow |
|
| Method Summary | |
long[] |
getCscrList()
Gets the CSCR list |
int |
getPayloadType()
Gets the payload type (PT) |
int |
getSequenceNumber()
Gets the last sequence number |
long |
getSscr()
Gets the SSCR |
long |
getTimestamp()
Gets the last timestamp |
boolean |
isInitialized()
Whether the RTP flow has been already initialized |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RtpFlow()
| Method Detail |
public boolean isInitialized()
public int getPayloadType()
public int getSequenceNumber()
public long getTimestamp()
public long getSscr()
public long[] getCscrList()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||