Interface Device.Tuner
- All Superinterfaces:
AutoCloseable,Closeable,PcmReader
- All Known Implementing Classes:
Alsa.Tuner,LineTuner
- Enclosing interface:
Device
PCM reader for input (from microphone, ADC, or whatever audio input is available).
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceTuner factory interface. -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()SeeCloseable.close().format()Gets the audio format data read through the tuner.
-
Method Details
-
format
PcmFormat format()Gets the audio format data read through the tuner. -
close
SeeCloseable.close().- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-