javax.media.rtp
Interface SendStream

All Superinterfaces:
RTPStream
All Known Implementing Classes:
RTPSendStream

public interface SendStream
extends RTPStream

Standard JMF class -- see this class in the JMF Javadoc. Complete.

Author:
Ken Larson

Method Summary
 void close()
           
 TransmissionStats getSourceTransmissionStats()
           
 int setBitRate(int bitRate)
           
 void setSourceDescription(SourceDescription[] sourceDesc)
           
 void start()
           
 void stop()
           
 
Methods inherited from interface javax.media.rtp.RTPStream
getDataSource, getParticipant, getSenderReport, getSSRC
 

Method Detail

setSourceDescription

void setSourceDescription(SourceDescription[] sourceDesc)

close

void close()

stop

void stop()
          throws java.io.IOException
Throws:
java.io.IOException

start

void start()
           throws java.io.IOException
Throws:
java.io.IOException

setBitRate

int setBitRate(int bitRate)

getSourceTransmissionStats

TransmissionStats getSourceTransmissionStats()