|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.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 streamMethod Detail |
---|
public ReceptionStats getSourceReceptionStats()
getSourceReceptionStats
in interface ReceiveStream
public Participant getParticipant()
getParticipant
in interface RTPStream
public SenderReport getSenderReport()
getSenderReport
in interface RTPStream
public long getSSRC()
getSSRC
in interface RTPStream
public DataSource getDataSource()
getDataSource
in interface RTPStream
protected 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 |