|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Interface SendStream -- interface representing a sending stream within an RTP session.
| Method Summary | |
void |
close()
Removes the stream from the session. |
TransmissionStats |
getSourceTransmissionStats()
Retrieve statistics on data and control packets transmitted on this RTPSendStream. |
int |
setBitRate(int bitRate)
|
void |
setSourceDescription(SourceDescription[] sourceDesc)
Changes the source description (SDES) reports being sent in RTCP packets for this sending stream. |
void |
start()
Will resume data transmission over the network on this RTPSendStream. |
void |
stop()
Will temporarily stop the RTPSendStream i.e. |
| Methods inherited from interface javax.media.rtp.RTPStream |
getDataSource,
getParticipant,
getSenderReport,
getSSRC |
| Method Detail |
public void setSourceDescription(SourceDescription[] sourceDesc)
sourceDesc - The new source description data. public void close()
public void stop()
throws java.io.IOException
public void start()
throws java.io.IOException
public int setBitRate(int bitRate)
public TransmissionStats getSourceTransmissionStats()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||