ReadonlyantennaIndicates whether an antenna is plugged in.
ReadonlychannelThe channel width in MHz.
ReadonlyenabledIndicates whether the FM radio is enabled.
ReadonlyfrequencyThe current frequency in MHz, or null if not enabled.
ReadonlyfrequencyThe lower bound of the frequency range in MHz.
ReadonlyfrequencyThe upper bound of the frequency range in MHz.
Event handler for antenna availability changes.
Event handler for when the radio is disabled.
Event handler for when the radio is enabled.
Event handler for frequency changes.
Event handler for new RDS group data.
Event handler for PI code changes.
Event handler for PS name changes.
Event handler for PTY code changes.
Event handler for when RDS is disabled.
Event handler for when RDS is enabled.
Event handler for RT changes.
ReadonlypiProgram Identification (PI) code.
ReadonlypsProgram Service (PS) name.
ReadonlyptyProgram Type (PTY) code.
ReadonlyrdsIndicates whether RDS (Radio Data System) is enabled.
ReadonlyrdsgroupRaw RDS group data.
RDS group mask.
ReadonlyrtRadio Text (RT).
The addEventListener() method of the EventTarget interface sets up a function that will be called whenever the specified event is delivered to the target.
Optionaloptions: boolean | AddEventListenerOptionsThe dispatchEvent() method of the EventTarget sends an Event to the object, (synchronously) invoking the affected event listeners in the appropriate order.
Enables the FM radio on the specified frequency.
The frequency to tune to in MHz.
A DOMRequest indicating success or failure.
The removeEventListener() method of the EventTarget interface removes an event listener previously registered with EventTarget.addEventListener() from the target.
Optionaloptions: boolean | EventListenerOptionsSeeks the next available station downwards.
A DOMRequest indicating success or failure.
Seeks the next available station upwards.
A DOMRequest indicating success or failure.
Sets the frequency.
The frequency to tune to in MHz.
A DOMRequest indicating success or failure.
Provides access to the FM radio.