rd_removepodcast — Rivendell Remove RSS item audio C Library Function
#include <rivwebcapi/rd_removepodcast.h>
int RD_RemovePodcast( | hostname[], | |
| username[], | ||
| passwd[], | ||
| ticket[], | ||
| cast_id, | ||
user_agent[]); |
const char hostname[];const char username[];const char passwd[];const char ticket[];const unsigned cast_id;const char user_agent[];RD_RemovePodcast is the function to use to remove RSS item audio from the remote RSS repository.
Table 1. RD_RemovePodcast function call fields
| FIELD NAME | FIELD TYPE | MEANING | REMARKS |
|---|---|---|---|
| hostname | Character Array | Name Of Rivendell DB Host | Mandatory |
| username | Character Array | Rivendell User Name | Mandatory When NO Ticket Provided |
| passwd | Character Array | Rivendell User Password | Mandatory When NO Ticket Provided |
| ticket | Character Array | Rivendell Authentification Ticket | Mandatory When NO User/Password Pair Provided. |
| cast_id | unsigned integer | Podcast ID | Mandatory |
| user_agent | Character Array | User Agent Value put into HTTP request | Optional (default is Rivendell-C-API/x.x.x) |