Stop playing the FM radio
Stops playing the FM radio at the desired frequency. Works only when the radio state is PLAYING.
var currentRadioState = tizen.fmradio.state;
if (currentRadioState == "PLAYING") {
tizen.fmradio.stop();
}