SetRadioStationMusicOnly
DocsSetRadioStationMusicOnly(radioStation, toggle)Description
6 calls in the b617d scripts, removed identical lines:
AUDIO::SET_RADIO_STATION_MUSIC_ONLY("RADIO_01_CLASS_ROCK", 1);
AUDIO::SET_RADIO_STATION_MUSIC_ONLY(AUDIO::GET_RADIO_STATION_NAME(10), 0);
AUDIO::SET_RADIO_STATION_MUSIC_ONLY(AUDIO::GET_RADIO_STATION_NAME(10), 1);Parameters
| Name | Type | Description |
|---|---|---|
radioStation | char* | — |
toggle | BOOL | — |
Returns
voidThis native does not return a value.