Interface Device.Tuner

All Superinterfaces:
AutoCloseable, Closeable, PcmReader
All Known Implementing Classes:
Alsa.Tuner, LineTuner
Enclosing interface:
Device

public static interface Device.Tuner extends PcmReader, Closeable
PCM reader for input (from microphone, ADC, or whatever audio input is available).
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Tuner factory interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Gets the audio format data read through the tuner.

    Methods inherited from interface net.avadeaux.klipspringer.codec.PcmReader

    read