Uses of Class
org.mobicents.media.server.spi.format.Formats

Packages that use Formats
org.mobicents.media   
org.mobicents.media.server.spi.dsp   
org.mobicents.media.server.spi.format   
 

Uses of Formats in org.mobicents.media
 

Methods in org.mobicents.media that return Formats
 Formats MediaSource.getFormats()
          Get possible formats in which this source can stream media.
 Formats MediaSink.getFormats()
          Get possible formats which this consumer can handle.
 

Methods in org.mobicents.media with parameters of type Formats
 void MediaSource.setFormats(Formats formats)
          Set formats for streaming.
 void MediaSink.setFormats(Formats formats)
          Set formats for streaming.
 

Uses of Formats in org.mobicents.media.server.spi.dsp
 

Methods in org.mobicents.media.server.spi.dsp with parameters of type Formats
 void Processor.setFormats(Formats formats)
          Sets the list of supported output formats.
 

Uses of Formats in org.mobicents.media.server.spi.format
 

Methods in org.mobicents.media.server.spi.format with parameters of type Formats
 void Formats.addAll(Formats other)
          Adds multiple formats.
 void Formats.intersection(Formats other, Formats intersection)
          Find the intersection between this collection and other
 



Copyright © 2011. All Rights Reserved.