NIST SIP Parser and Stack (v1.2) API

Uses of Interface
javax.sdp.Media

Packages that use Media
gov.nist.javax.sdp Preliminary implementation of the javax.sdp package (JSR 141 see JSR 141
javax.sdp This is a preliminary version of the javax.sdp package based on the public review version JSR 141 .  
 

Uses of Media in gov.nist.javax.sdp
 

Methods in gov.nist.javax.sdp that return Media
 Media MediaDescriptionImpl.getMedia()
          Return the Media field of the description.
 

Methods in gov.nist.javax.sdp with parameters of type Media
 void MediaDescriptionImpl.setMedia(Media media)
          Set the Media field of the description.
 

Uses of Media in javax.sdp
 

Methods in javax.sdp that return Media
 Media SdpFactory.createMedia(String media, int port, int numPorts, String transport, Vector staticRtpAvpTypes)
          Returns Media object with the specified properties.
 Media MediaDescription.getMedia()
          Return the Media field of the description.
 

Methods in javax.sdp with parameters of type Media
 void MediaDescription.setMedia(Media media)
          Set the Media field of the description.
 


NIST SIP Parser and Stack (v1.2) API

A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Get the latest distribution.
Submit a bug report or feature request.