IBM Books

Image, Audio, and Video Extenders Administration and Programming

Including extender definitions

You need an include (header) file in your application program for each extender that you use. Each include file defines constants, variables, and function prototypes that are used by the extender. The names of the include files are:

Table 3. DB2 extender include files
Include file Extender
dmbimage.h Image
dmbqbapi.h Image (query by image content)
dmbaudio.h Audio
dmbvideo.h Video
dmbshot.h Video (scene change detection)

You bring the include file into a C program with the #include directive. For example, the following directive brings in the include file for the Image Extender:

#include <dmbimage.h>


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]