Image | Audio | Video |
---|---|---|
X |
Merges two shots into one shot. The resulting shot uses the shot handle and the starting frame of the first shot. The larger end frame of the two shots is used in the resulting shot. The row that the second shot handle points at is deleted.
Authorization
Control, Select, Delete, Update
Library file
OS/2 and Windows | AIX, HP-UX, and Solaris |
---|---|
dmbshot.lib | libdmbshot.a (AIX) |
| libdmbshot.sl (HP-UX) |
| libdmbshot.so (Solaris) |
Include file
dmbshot.h
Syntax
long DBvMergeShots( char *catalogName, char *shotHandle1, char *shotHandle2, SQLHDBC hdbc );
Parameters
Error codes
Examples
Merge the shots with handles shotHandle1 and shotHandle2 in the hotshots catalog:
#include <dmbshot.h> rc = DBvMergeShots("hotshots", shotHandle1, shotHandle2, hdbc);