[API] AZBox TV API (0.2)

raskino

Registered
Messages
43
To all developers,

Here is the AZBox TV SDK, with it you can manage:

* Channel List
* EPG
* Reserved Recordings
* Reload files

From your plugins

To reload the channel list without reboot you just need to call:

Code:
#define TVSDK_SYNC_ID_NONE 0
#define TVSDK_SYNC_ID_CHANNEL 1
#define TVSDK_SYNC_ID_EPG 2
#define TVSDK_SYNC_ID_RESERVED 3

err = TVSDK_Sync(TVSDK_SYNC_ID_CHANNEL);

by raskino

Code:
http://www.zshare.net/download/722011999b321f38/
 
Top