Grass-valley K2 TX/MAM Database Protocol Manual v.2.2 Manual de usuario Pagina 6

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 38
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 5
TX/MAM Database Protocol Manual - document version: 2.2 Page 6
5. Initializing the library
The following functions are used to configure the library.
5.1 Initializing the library to use a local playout database
Use this function to verify if the local playout database can be accessed.
int cob_init( char *channel_name );
Parameters
Name
Description
char *channel_name
Not used, can be used with "no_name".
Result
The result of the function is an integer that can have following values:
Value
Description
0
Success, the library can now be used to retrieve information from the local
Playout database.
-1
Failure, setting up a connection to the local playout database failed.
Example
if ( cob_init("no_name")==0 ){
/* continue with the rest of the applet */
} else {
/* not possible to connect to database, report error and stop...*/
return -1;
}
Vista de pagina 5
1 2 3 4 5 6 7 8 9 10 11 ... 37 38

Comentarios a estos manuales

Sin comentarios