37 #ifndef __ANX_TYPES_H__
38 #define __ANX_TYPES_H__
45 #if defined(_WIN32) && !defined(__GNUC__)
134 typedef int (*AnxImportStream) (
double presentation_time,
double basetime,
135 char * utc,
void * user_data);
136 typedef int (*AnxImportHead) (
AnxHead * head,
void * user_data);
137 typedef int (*AnxImportClip) (
AnxClip * clip,
138 double time_offset,
void * user_data);
139 typedef int (*AnxImportCMML) (
const char * cmml,
long n,
140 double time_offset,
void * user_data);
142 typedef int (*AnxImportImport) (
double start_time,
char * filename,
143 char * id,
char * content_type,
144 double seek_offset,
double seek_end,
150 AnxImportStream import_stream;
151 AnxImportHead import_head;
152 AnxImportClip import_clip;
153 AnxImportCMML import_cmml;
154 void * import_user_data;
155 AnxImportImport import_import;
156 void * import_import_user_data;