Doxygen Source Code Documentation
readframe.h File Reference
Go to the source code of this file.
Defines | |
| #define | PPM_FILE_TYPE 0 |
| #define | YUV_FILE_TYPE 2 |
| #define | ANY_FILE_TYPE 3 |
| #define | BASE_FILE_TYPE 4 |
| #define | PNM_FILE_TYPE 5 |
| #define | SUB4_FILE_TYPE 6 |
| #define | JPEG_FILE_TYPE 7 |
| #define | JMOVIE_FILE_TYPE 8 |
| #define | Y_FILE_TYPE 9 |
Functions | |
| void ReadFrame | _ANSI_ARGS_ ((MpegFrame *frame, char *fileName, char *conversion, boolean addPath)) |
| void SetFileType | _ANSI_ARGS_ ((char *conversion)) |
| void SetFileFormat | _ANSI_ARGS_ ((char *format)) |
| FILE *ReadIOConvert | _ANSI_ARGS_ ((char *fileName)) |
| void SetResize | _ANSI_ARGS_ ((boolean set)) |
Variables | |
| int | baseFormat |
Define Documentation
|
|
Definition at line 71 of file readframe.h. |
|
|
Definition at line 72 of file readframe.h. |
|
|
Definition at line 76 of file readframe.h. |
|
|
Definition at line 75 of file readframe.h. |
|
|
Definition at line 73 of file readframe.h. |
|
|
Definition at line 69 of file readframe.h. |
|
|
Definition at line 74 of file readframe.h. |
|
|
Definition at line 77 of file readframe.h. |
|
|
Definition at line 70 of file readframe.h. |
Function Documentation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Variable Documentation
|
|
Definition at line 91 of file readframe.h. |