1.5.2 Create Internet Radio

Enter the command to create a new Internet Radio. Defined by the, Media Key (Name, Genre, RegionId, LanguageId), Protocol, Port, URL, URI and Delay. Id (APK) is 0x0.

Request

<msg Id="CTI_NSPK_SET_MEDIA_RADIO_REQ">
<CTI_IE_REFERENCE Ref="0x422"/>
<CTI_NSPK_IE_NET_MEDIA_RADIO Id="0" Key.Name="My new radio" Key.Genre="JAZZ" Key.RegionId="0xFFFFFFFF" Key.LanguageId="CS" Protocol="HTTP" Port="0" Url="http://www.play.cz/listen/listen.php?sh=beat" Uri="" Delay="10000"/>
</msg>

Response

<msg Id="CTI_NSPK_SET_MEDIA_RADIO_CONF">
<CTI_IE_REFERENCE Ref="0x422"/>
<CTI_IE_RESULT Result="OK"/>
</msg>