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

Method Summary
 void addFormat(Format fmt, int payload)
           
 Format getFormat()
           
 Format getFormat(int payload)
           
 Format[] getFormatList()
           
 GlobalReceptionStats getGlobalStats()
           
 ReceptionStats getReceptionStats()
           
 
Methods inherited from interface javax.media.Control
getControlComponent
 

Method Detail

addFormat

void addFormat(Format fmt,
               int payload)

getReceptionStats

ReceptionStats getReceptionStats()

getGlobalStats

GlobalReceptionStats getGlobalStats()

getFormat

Format getFormat()

getFormatList

Format[] getFormatList()

getFormat

Format getFormat(int payload)