Articles tagged: FMRadio API
Found 15 documents
- Mozilla/B2G_OS/API/FMRadio/antennaAvailable The antennaAvailable property value indicates if an antenna is plugged and available.
- Mozilla/B2G_OS/API/FMRadio/cancelSeek The cancelSeek method is used to tell the radio to stop seeking for frequencies.
- Mozilla/B2G_OS/API/FMRadio/channelWidth The channelWidth property value indicates the channel width of the ranges of frequency, in MHz.
- Mozilla/B2G_OS/API/FMRadio/disable The disable method is used to turn off the radio.
- Mozilla/B2G_OS/API/FMRadio/enable The enable method is used to turns on the radio on the given frequency.
- Mozilla/B2G_OS/API/FMRadio/enabled The enabled property value indicates whether the radio is playing (true) or not (false)
- Mozilla/B2G_OS/API/FMRadio/frequency The frequency property value returns the current radio frequency.
- Mozilla/B2G_OS/API/FMRadio/frequencyLowerBound The frequencyLowerBound property value indicates the minimum frequency down to which the seek ...
- Mozilla/B2G_OS/API/FMRadio/frequencyUpperBound The frequencyUpperBound property value indicates the maximum frequency up to which the seek ...
- Mozilla/B2G_OS/API/FMRadio/onantennaavailablechange Specifies an event listener to receive antennaavailablechange events. Those events occur when an ...
- Mozilla/B2G_OS/API/FMRadio/onenabled Specifies an event listener to receive enabled events. Those events occur when the device's FM ...
- Mozilla/B2G_OS/API/FMRadio/onfrequencychange Specifies an event listener to receive frequencychange events. Those events occur whenever the ...
- Mozilla/B2G_OS/API/FMRadio/seekDown The seekDown method is used to tell the radio to seek down to the next radio channel. The search ...
- Mozilla/B2G_OS/API/FMRadio/seekUp The seekUp method is used to tell the radio to seek up to the next radio channel. The search ...
- Mozilla/B2G_OS/API/FMRadio/setFrequency The setFrequency method is used to change the frequency listened to by the radio.