MixerTuner.java 文件源码

java
阅读 20 收藏 0 点赞 0 评论 0

项目:sdrtrunk 作者:
/**
 * Wrapper class to add basic Tuner functionality to the ComplexMixer.  
 * Subclasses should couple this functionality with a tuner controller class
 * to support tuning.
 */
public MixerTuner( String name,
                   TunerController tunerController,
                   MixerTunerType mixerTunerType,
                   TargetDataLine targetDataLine,
                   ISampleAdapter sampleAdapter )
{
    super( name, tunerController );

    mMixerTunerType = mixerTunerType;

       mComplexMixer = new ComplexMixer( targetDataLine, 
                                      mMixerTunerType.getAudioFormat(),
                                      name,
                                      sampleAdapter,
                                      (Listener<ComplexBuffer>)this );
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号