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. |