AZBox TV API

Started by antox, March 20, 2010, 06:37:05 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

antox

AZBox TV API

To all developers,

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

* Channel List
* EPG
* Reserved Recordings
* Reload files



Spanish de google con retoques.

Para todos los desarrolladores,

Aquí está el SDK de TV AZBOX, con ella se puede gestionar:

* Lista de canales
* EPG
* Gestion recordings
* Actualizar los archivos
From your plugins

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

#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)