[API] AZBox TV API (0.2)
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:
by raskinoCode:#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);
Code:http://www.zshare.net/download/722011999b321f38/




Reply With Quote