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

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

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

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

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

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 © 2011. All Rights Reserved.