FileDocCategorySizeDatePackage
ReceiveStream.javaAPI DocJMF 2.1.1e1149Mon May 12 12:20:40 BST 2003javax.media.rtp

ReceiveStream

public interface ReceiveStream implements 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.

Fields Summary
Constructors Summary
Methods Summary
public javax.media.rtp.ReceptionStatsgetSourceReceptionStats()
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.

return
RTPReceptionstats for data from this source. Global reception stats are available from method getGlobalReceptionStats of RTPSessionManager interface
Classname
RTPSessionManager