Uses of Class
org.mobicents.media.server.spi.memory.Frame

Packages that use Frame
org.mobicents.media   
org.mobicents.media.server.spi.dsp   
org.mobicents.media.server.spi.memory   
 

Uses of Frame in org.mobicents.media
 

Methods in org.mobicents.media with parameters of type Frame
 void MediaSink.perform(Frame frame)
          Allows to transfer frame from media source to media sink
 

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

Methods in org.mobicents.media.server.spi.dsp that return Frame
 Frame Codec.process(Frame frame)
          Perform encoding/decoding procedure.
 Frame Processor.process(Frame frame, Format source, Format destination)
          Transforms supplied frame if frame's format does not match to any of the supported output formats and such transcoding is possible.
 

Methods in org.mobicents.media.server.spi.dsp with parameters of type Frame
 Frame Codec.process(Frame frame)
          Perform encoding/decoding procedure.
 Frame Processor.process(Frame frame, Format source, Format destination)
          Transforms supplied frame if frame's format does not match to any of the supported output formats and such transcoding is possible.
 

Uses of Frame in org.mobicents.media.server.spi.memory
 

Methods in org.mobicents.media.server.spi.memory that return Frame
protected  Frame Partition.allocate()
           
static Frame Memory.allocate(int size)
           
 Frame Frame.clone()
           
 

Methods in org.mobicents.media.server.spi.memory with parameters of type Frame
protected  void Partition.recycle(Frame frame)
           
 



Copyright © 2012 TeleStax, Inc.. All Rights Reserved.