javax.media.rtp
Interface RTPControl
- All Superinterfaces:
- Control
- All Known Implementing Classes:
- RTPAudioDataStream, RTPDataStream, RTPVideoDataStream
public interface RTPControl
- extends Control
Standard JMF class -- see this class in the JMF Javadoc.
Complete.
- Author:
- Ken Larson
addFormat
void addFormat(Format fmt,
int payload)
getReceptionStats
ReceptionStats getReceptionStats()
getGlobalStats
GlobalReceptionStats getGlobalStats()
getFormat
Format getFormat()
getFormatList
Format[] getFormatList()
getFormat
Format getFormat(int payload)