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
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()