#include <vstypes.h>
Include dependency graph for codec.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Definition in file codec.h.
|
|
|
|
|
|
|
|
|
Current version number. 8 MSBs contain version number, 8 LSBs size of the structure in words. Version number history:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Current version number. 8 MSBs contain version number, 8 LSBs size of the structure in words. Version number history:
|
|
|
|
|
|
|
|
Codec error codes.
Definition at line 142 of file codec.h. 00142 { 00143 ceFastForward = -1, 00144 ceOk = 0, 00145 ceFormatNotFound, 00146 ceFormatNotSupported, 00147 ceUnexpectedFileEnd, 00148 ceCancelled, 00149 ceOtherError 00150 };
|