#include <stdio.h>
#include <annodex/anx_list.h>
#include <annodex/anx_int64.h>
Go to the source code of this file.
Data Structures | |
struct | _AnxClip |
struct | _AnxHead |
struct | _AnxImportCallbacks |
struct | _AnxMetaElement |
struct | _AnxTrack |
A track of data. More... | |
Typedefs | |
typedef void | ANNODEX |
An ANNODEX handle. | |
typedef _AnxTrack | AnxTrack |
Track. | |
typedef _AnxHead | AnxHead |
typedef _AnxClip | AnxClip |
typedef _AnxMetaElement | AnxMetaElement |
typedef int(* | AnxImportStream )(double timebase, char *utc, void *user_data) |
typedef int(* | AnxImportHead )(AnxHead *head, void *user_data) |
typedef int(* | AnxImportClip )(AnxClip *clip, double time_offset, void *user_data) |
typedef int(* | AnxImportImport )(double start_time, char *filename, char *id, char *content_type, double seek_offset, double seek_end, void *user_data) |
typedef _AnxImportCallbacks | AnxImportCallbacks |