Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

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

public class Silk_decoder_set_fs
extends Object

Set decoder sampling rate.

Author:
Jing Dai, Dingxin Xu

Constructor Summary
Silk_decoder_set_fs()
           
 
Method Summary
(package private) static void SKP_Silk_decoder_set_fs(SKP_Silk_decoder_state psDec, int fs_kHz)
          Set decoder sampling rate.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Silk_decoder_set_fs

public Silk_decoder_set_fs()
Method Detail

SKP_Silk_decoder_set_fs

static void SKP_Silk_decoder_set_fs(SKP_Silk_decoder_state psDec,
                                    int fs_kHz)
Set decoder sampling rate.

Parameters:
psDec - the decoder state.
fs_kHz - the sampling frequency(kHz).

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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