javax.media.rtp
Interface ReceiveStream


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.


Method Summary
 ReceptionStats getSourceReceptionStats()
          Returns the reception statistics as computed by the RTPSM for this ReceiveStream.
 
Methods inherited from interface javax.media.rtp.RTPStream
getDataSource, getParticipant, getSenderReport, getSSRC
 

Method Detail

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


Submit a bug or feature
Copyright 1994-2004 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved. See the Specification License for more details.
Sun, Sun Microsystems, and Java are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.