|
libannodex 0.7.3
|
Deprecated functions related to Annodex media. More...
#include <annodex/anx_types.h>Go to the source code of this file.
Data Structures | |
| struct | _AnxTrack |
| DEPRECATED TYPE A track of data. More... | |
Functions | |
| double | anx_get_timebase (ANNODEX *annodex) |
| DEPRECATED FUNCTION Query the basetime of an annodex. | |
| double | anx_set_timebase (ANNODEX *annodex, double seconds) |
| DEPRECATED FUNCTION Set the basetime of an annodex. | |
Deprecated functions related to Annodex media.
| double anx_get_timebase | ( | ANNODEX * | annodex | ) |
DEPRECATED FUNCTION Query the basetime of an annodex.
In Annodex v2, the basetime was confusingly called "timebase"
| annodex | an ANNODEX* handle |
| double anx_set_timebase | ( | ANNODEX * | annodex, |
| double | seconds ) |
DEPRECATED FUNCTION Set the basetime of an annodex.
In Annodex v2, the basetime was confusingly called "timebase"
| annodex | an ANNODEX* handle |
| seconds | the new basetime |