javax.media.rtp
Interface  ReceiveStream
- All Superinterfaces: 
 - RTPStream
 
- public interface ReceiveStream
- extends RTPStream
  
Interface RTPStream -- interface representing a receiving
 stream within  an RTP session. ReceiveStreams are created by the RTP
 subsystem,  as necessary, for each  independent stream of data
 arriving from  remote participants on a session.The presence of new
 ReceiveStreams is announced with the newReceiveStream() callback in
 RTPReceiveStreamListener.  
 
 
getSourceReceptionStats
public ReceptionStats getSourceReceptionStats()
- Returns the reception statistics as computed by the RTPSM for
 this ReceiveStream. i.e. all the reported statistics are for
 data packets arriving only from the source of this ReceiveStream
 i.e. the source with ssrcid of this stream source.
 
- Returns:
 - RTPReceptionstats for data from this source.
 Global reception stats are available from method
 getGlobalReceptionStats of RTPSessionManager interface