Uses of Class
javax.media.format.UnsupportedFormatException

Packages that use UnsupportedFormatException
javax.media.rtp   
 

Uses of UnsupportedFormatException in javax.media.rtp
 

Methods in javax.media.rtp that throw UnsupportedFormatException
 SendStream SessionManager.createSendStream(int ssrc, DataSource ds, int streamindex)
          Deprecated. This method is used to create a sending stream within the RTP session.
 SendStream SessionManager.createSendStream(DataSource ds, int streamindex)
          Deprecated. This method is the same as the createSendStream(int ssrc, DataSource ds, in t streamindex, int packet_interval) except that the user need not supply the SSRC of the stream.
abstract  SendStream RTPManager.createSendStream(DataSource dataSource, int streamIndex)
          This method is used to create a sending stream within the RTP session.