libannodex  0.7.3
Data Structures | Typedefs
anx_types.h File Reference

Public structures and datatypes. More...

#include <stdio.h>
#include <annodex/anx_list.h>
#include <annodex/anx_int64.h>

Go to the source code of this file.

Data Structures

struct  _AnxMetaElement
 
struct  _AnxLinkElement
 
struct  _AnxHead
 
struct  _AnxClip
 
struct  _AnxImportCallbacks
 

Typedefs

typedef void ANNODEX
 An ANNODEX handle.
 
typedef struct _AnxHead AnxHead
 
typedef struct _AnxClip AnxClip
 
typedef struct _AnxMetaElement AnxMetaElement
 
typedef struct _AnxLinkElement AnxLinkElement
 
typedef int(* AnxImportStream) (double presentation_time, double basetime, 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(* AnxImportCMML) (const char *cmml, long n, 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 struct _AnxImportCallbacks AnxImportCallbacks
 

Detailed Description

Public structures and datatypes.