Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.neomedia.codec.audio.silk
Class Silk_errors

java.lang.Object
  extended by net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_errors

public class Silk_errors
extends Object

Error messages.

Author:
Jing Dai, Dingxin Xu

Field Summary
(package private) static int SKP_SILK_DEC_INVALID_SAMPLING_FREQUENCY
          Output sampling frequency lower than internal decoded sampling frequency
(package private) static int SKP_SILK_DEC_PAYLOAD_ERROR
          Payload has bit errors
(package private) static int SKP_SILK_DEC_PAYLOAD_TOO_LARGE
          Payload size exceeded the maximum allowed 1024 bytes
(package private) static int SKP_SILK_ENC_FS_NOT_SUPPORTED
          Sampling frequency not 8000, 12000, 16000 or 24000 Hertz
(package private) static int SKP_SILK_ENC_INPUT_INVALID_NO_OF_SAMPLES
          Input length is not a multiplum of 10 ms, or length is longer than the packet length.
(package private) static int SKP_SILK_ENC_INTERNAL_ERROR
          Internal encoder error
(package private) static int SKP_SILK_ENC_INVALID_COMPLEXITY_SETTING
          Complexity setting not valid, use 0, 1 or 2
(package private) static int SKP_SILK_ENC_INVALID_DTX_SETTING
          DTX setting not valid, use 0 or 1
(package private) static int SKP_SILK_ENC_INVALID_INBAND_FEC_SETTING
          Inband FEC setting not valid, use 0 or 1
(package private) static int SKP_SILK_ENC_INVALID_LOSS_RATE
          Loss rate not between 0 and 100 percent
(package private) static int SKP_SILK_ENC_PACKET_SIZE_NOT_SUPPORTED
          Packet size not 20, 40, 60, 80 or 100 ms
(package private) static int SKP_SILK_ENC_PAYLOAD_BUF_TOO_SHORT
          Allocated payload buffer too short
(package private) static int SKP_SILK_NO_ERROR
           
 
Constructor Summary
Silk_errors()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SKP_SILK_NO_ERROR

static final int SKP_SILK_NO_ERROR
See Also:
Constant Field Values

SKP_SILK_ENC_INPUT_INVALID_NO_OF_SAMPLES

static final int SKP_SILK_ENC_INPUT_INVALID_NO_OF_SAMPLES
Input length is not a multiplum of 10 ms, or length is longer than the packet length.

See Also:
Constant Field Values

SKP_SILK_ENC_FS_NOT_SUPPORTED

static final int SKP_SILK_ENC_FS_NOT_SUPPORTED
Sampling frequency not 8000, 12000, 16000 or 24000 Hertz

See Also:
Constant Field Values

SKP_SILK_ENC_PACKET_SIZE_NOT_SUPPORTED

static final int SKP_SILK_ENC_PACKET_SIZE_NOT_SUPPORTED
Packet size not 20, 40, 60, 80 or 100 ms

See Also:
Constant Field Values

SKP_SILK_ENC_PAYLOAD_BUF_TOO_SHORT

static final int SKP_SILK_ENC_PAYLOAD_BUF_TOO_SHORT
Allocated payload buffer too short

See Also:
Constant Field Values

SKP_SILK_ENC_INVALID_LOSS_RATE

static final int SKP_SILK_ENC_INVALID_LOSS_RATE
Loss rate not between 0 and 100 percent

See Also:
Constant Field Values

SKP_SILK_ENC_INVALID_COMPLEXITY_SETTING

static final int SKP_SILK_ENC_INVALID_COMPLEXITY_SETTING
Complexity setting not valid, use 0, 1 or 2

See Also:
Constant Field Values

SKP_SILK_ENC_INVALID_INBAND_FEC_SETTING

static final int SKP_SILK_ENC_INVALID_INBAND_FEC_SETTING
Inband FEC setting not valid, use 0 or 1

See Also:
Constant Field Values

SKP_SILK_ENC_INVALID_DTX_SETTING

static final int SKP_SILK_ENC_INVALID_DTX_SETTING
DTX setting not valid, use 0 or 1

See Also:
Constant Field Values

SKP_SILK_ENC_INTERNAL_ERROR

static final int SKP_SILK_ENC_INTERNAL_ERROR
Internal encoder error

See Also:
Constant Field Values

SKP_SILK_DEC_INVALID_SAMPLING_FREQUENCY

static final int SKP_SILK_DEC_INVALID_SAMPLING_FREQUENCY
Output sampling frequency lower than internal decoded sampling frequency

See Also:
Constant Field Values

SKP_SILK_DEC_PAYLOAD_TOO_LARGE

static final int SKP_SILK_DEC_PAYLOAD_TOO_LARGE
Payload size exceeded the maximum allowed 1024 bytes

See Also:
Constant Field Values

SKP_SILK_DEC_PAYLOAD_ERROR

static final int SKP_SILK_DEC_PAYLOAD_ERROR
Payload has bit errors

See Also:
Constant Field Values
Constructor Detail

Silk_errors

public Silk_errors()

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.