Methods Summary |
---|
public void | close()Removes the stream from the session. When this method is called
the RTPSM deallocates all resources associated with this stream
and releases references to this object as well as the Player
which had been providing the send stream.
|
public javax.media.rtp.TransmissionStats | getSourceTransmissionStats()Retrieve statistics on data and control packets transmitted on
this RTPSendStream. All the transmission statistics pertain to
this particular RTPSendStream only. Global statistics on all data
sent out from this participant (host) can be retrieved using
getGlobalTransmission() method from the SessionManager.
|
public int | setBitRate(int bitRate)
|
public void | setSourceDescription(javax.media.rtp.rtcp.SourceDescription[] sourceDesc)Changes the source description (SDES) reports being sent in RTCP
packets for this sending stream.
|
public void | start()Will resume data transmission over the network on this
RTPSendStream.
|
public void | stop()Will temporarily stop the RTPSendStream i.e. the local
participant will stop sending out data on the network at this time.
|