|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.fmj.media.rtp.RTPReceiveStream
public class RTPReceiveStream
Represents a stream received over RTP
| Constructor Summary | |
|---|---|
RTPReceiveStream(DataSource dataSource,
long ssrc)
Creates a new RTPReceiveStream |
|
| Method Summary | |
|---|---|
DataSource |
getDataSource()
|
long |
getLastSRReportTime()
Returns the time at which the last SR report was received |
long |
getLastSRReportTimestampLSW()
Gets the timestamp of the last sr report |
long |
getLastSRReportTimestampMSW()
Gets the timestamp of the last sr report |
Participant |
getParticipant()
|
SenderReport |
getSenderReport()
|
ReceptionStats |
getSourceReceptionStats()
|
long |
getSSRC()
|
protected void |
setParticipant(RTPRemoteParticipant participant)
Sets the participant |
void |
setReport(Report lastReport)
Sets the last report received |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RTPReceiveStream(DataSource dataSource,
long ssrc)
dataSource - The datasource of the streamssrc - The ssrc of the stream| Method Detail |
|---|
public ReceptionStats getSourceReceptionStats()
getSourceReceptionStats in interface ReceiveStreampublic Participant getParticipant()
getParticipant in interface RTPStreampublic SenderReport getSenderReport()
getSenderReport in interface RTPStreampublic long getSSRC()
getSSRC in interface RTPStreampublic DataSource getDataSource()
getDataSource in interface RTPStreamprotected void setParticipant(RTPRemoteParticipant participant)
participant - The participant to setpublic void setReport(Report lastReport)
lastReport - The reportpublic long getLastSRReportTime()
public long getLastSRReportTimestampLSW()
public long getLastSRReportTimestampMSW()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||