Class | Description |
---|---|
RadioManager |
The RadioManager class allows to control a broadcast radio tuner present on the device.
|
RadioManager.AmBandConfig |
AM band configuration.
|
RadioManager.AmBandConfig.Builder |
Builder class for
RadioManager.AmBandConfig objects. |
RadioManager.AmBandDescriptor |
AM band descriptor.
|
RadioManager.BandConfig |
Radio band configuration.
|
RadioManager.BandDescriptor |
Radio band descriptor: an element in ModuleProperties bands array.
|
RadioManager.FmBandConfig |
FM band configuration.
|
RadioManager.FmBandConfig.Builder |
Builder class for
RadioManager.FmBandConfig objects. |
RadioManager.FmBandDescriptor |
FM band descriptor
|
RadioManager.ModuleProperties |
Lists properties, options and radio bands supported by a given broadcast radio module.
|
RadioManager.ProgramInfo |
Radio program information returned by
RadioTuner.getProgramInformation(RadioManager.ProgramInfo[]) |
RadioMetadata |
Contains meta data about a radio program such as station name, song title, artist etc...
|
RadioMetadata.Builder |
Use to build RadioMetadata objects.
|
RadioMetadata.Clock |
Provides a Clock that can be used to describe time as provided by the Radio.
|
RadioModule |
A RadioModule implements the RadioTuner interface for a broadcast radio tuner physically
present on the device and exposed by the radio HAL.
|
RadioTuner |
RadioTuner interface provides methods to control a radio tuner on the device: selecting and
configuring the active band, muting/unmuting, scanning and tuning, etc...
|
RadioTuner.Callback |
Callback provided by the client application when opening a
RadioTuner
to receive asynchronous operation results, updates and error notifications. |