org.mobicents.media.server
Class Utils

java.lang.Object
  extended by org.mobicents.media.server.Utils

public class Utils
extends java.lang.Object

Author:
Oleg Kulikov

Constructor Summary
Utils()
          Creates a new instance of Utils
 
Method Summary
static java.lang.String doMessage(java.lang.Throwable t)
           
static org.mobicents.media.format.AudioFormat parseFormat(java.lang.String formatDesc)
          Creates audio format object from given format description.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utils

public Utils()
Creates a new instance of Utils

Method Detail

parseFormat

public static org.mobicents.media.format.AudioFormat parseFormat(java.lang.String formatDesc)
Creates audio format object from given format description.

Parameters:
formatDesc - the description of the format. Format description is as follows: codec, sampleRate Hz, sampleSize-bits, channels. example: G729, 8000.0 Hz, 8-bits, Mono

doMessage

public static java.lang.String doMessage(java.lang.Throwable t)


Copyright © 2009. All Rights Reserved.