Cardsharing-x Forum

» Receivers « => Other HDTV Receivers => » HDTV « => Azbox HD => Topic started by: antox on March 20, 2010, 06:37:05 PM

Title: AZBox TV API
Post by: antox on March 20, 2010, 06:37:05 PM
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)