Methods Summary |
---|
public java.util.Vector | getFeedbackReports()Returns a Vector of Feedback objects. These are the report
blocks that come in both sender and receiver reports. Note that
although a remote participant may report on all sources it is
receiving, this call is only obligated to return feedback for
sources originating from the local participant in this session.
Thus, if the local client is not sending any streams in this
session, or if the SSRC sending this report isn't providing
feedback on the local stream, this call would return a empty vector.
|
public javax.media.rtp.Participant | getParticipant()Returns the Participant that sent this Report. May be the
local participant, in which case this report was generated locally.
|
public long | getSSRC()Gets the SSRC from which this report originated.
|
public java.util.Vector | getSourceDescription()Returns a Vector of SourceDescription objects. Each such
object is one field from the SDES packet type of this Report
|