com.arunta.app.bom
Class EncoderNames

java.lang.Object
  extended by com.arunta.app.bom.EncoderNames

public class EncoderNames
extends java.lang.Object

Constants that represent the names, and corresponding values, of codecs that are used to encode/decode media samples.


Field Summary
static short _G722
           
static short _G723
           
static short _G729
           
static short _HQVQ
           
static short _LINEAR
           
static short _PCMA
           
static short _PCMU
           
static short _SPEEX
           
static short _UNKNOWN
           
static java.lang.String G722
           
static java.lang.String G723
           
static java.lang.String G729
           
static java.lang.String HQVQ
           
static java.lang.String LINEAR
           
static java.lang.String PCMA
           
static java.lang.String PCMU
           
static java.lang.String SPEEX
           
static java.lang.String UNKNOWN
           
 
Constructor Summary
EncoderNames()
           
 
Method Summary
static short getEncoderValue(java.lang.String codecName)
          Converts the specified codec name to its value representation.
static boolean isHighBandwidthEncoderValue(short val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNKNOWN

public static final java.lang.String UNKNOWN
See Also:
Constant Field Values

HQVQ

public static final java.lang.String HQVQ
See Also:
Constant Field Values

LINEAR

public static final java.lang.String LINEAR
See Also:
Constant Field Values

SPEEX

public static final java.lang.String SPEEX
See Also:
Constant Field Values

PCMA

public static final java.lang.String PCMA
See Also:
Constant Field Values

PCMU

public static final java.lang.String PCMU
See Also:
Constant Field Values

G722

public static final java.lang.String G722
See Also:
Constant Field Values

G723

public static final java.lang.String G723
See Also:
Constant Field Values

G729

public static final java.lang.String G729
See Also:
Constant Field Values

_UNKNOWN

public static final short _UNKNOWN
See Also:
Constant Field Values

_HQVQ

public static final short _HQVQ
See Also:
Constant Field Values

_LINEAR

public static final short _LINEAR
See Also:
Constant Field Values

_SPEEX

public static final short _SPEEX
See Also:
Constant Field Values

_PCMA

public static final short _PCMA
See Also:
Constant Field Values

_PCMU

public static final short _PCMU
See Also:
Constant Field Values

_G722

public static final short _G722
See Also:
Constant Field Values

_G723

public static final short _G723
See Also:
Constant Field Values

_G729

public static final short _G729
See Also:
Constant Field Values
Constructor Detail

EncoderNames

public EncoderNames()
Method Detail

getEncoderValue

public static short getEncoderValue(java.lang.String codecName)
Converts the specified codec name to its value representation.

Parameters:
codecName - One of the known code names.
Returns:
A value that corresponds to the supplied code name.

isHighBandwidthEncoderValue

public static boolean isHighBandwidthEncoderValue(short val)


Copyright ©, 2005-2012 Prolancer Pty Ltd, Sydney Australia.