1.4.4 Edit Playlist

Enter the command to modify an existing playlist. Defined by the PlayListId, Name and Flags parameters (Flags currently unused).

Request

<msg Id="CTI_NSPK_SET_PLAYLIST_REQ">
<CTI_IE_REFERENCE Ref="0x421"/>
<CTI_NSPK_IE_PLAYLIST PlayListId="0x7" Name="My playlist edited" Flags="0x0"/>
</msg>

Response

<msg Id="CTI_NSPK_SET_PLAYLIST_CONF">
<CTI_IE_REFERENCE Ref="0x421"/>
<CTI_IE_RESULT Result="OK"/>
</msg>