#include <annodex/anx_types.h>
Go to the source code of this file.
Functions | |
AnxList * | anx_get_track_list (ANNODEX *annodex) |
Query the contents of tracks in an annodex. | |
char * | anx_track_get_content_type (ANNODEX *annodex, long serialno) |
Query the content type of a track in an annodex. | |
long | anx_track_get_nr_headers (ANNODEX *annodex, long serialno) |
Query the number of header packets of a track in an annodex. | |
int | anx_track_get_granule_rate (ANNODEX *annodex, long serialno, anx_int64_t *granule_rate_n, anx_int64_t *granule_rate_d) |
Query the granule rate of a track in an annodex. | |
anx_int64_t | anx_track_time_to_granules (ANNODEX *annodex, long serialno, double seconds) |
Convert a time in seconds to a granule position for a track in an annodex. | |
double | anx_track_granules_to_time (ANNODEX *annodex, long serialno, anx_int64_t granules) |
Convert a granule position to time in seconds for a track in an annodex. |
|
Query the contents of tracks in an annodex.
|
|
Query the content type of a track in an annodex.
|
|
Query the granule rate of a track in an annodex.
|
|
Query the number of header packets of a track in an annodex.
|
|
Convert a granule position to time in seconds for a track in an annodex.
|
|
Convert a time in seconds to a granule position for a track in an annodex.
|