com.arunta.app.bom
Class EncoderNames
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
EncoderNames
public EncoderNames()
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.