| OpenJPEG 2.5.3
    | 
codestream parameters More...
#include <codestream_manager.h>
| Data Fields | |
| int | fd | 
| file descriptor | |
| OPJ_OFF_T | offset | 
| byte position of DBox (Box Contents) in the file | |
| Byte8_t | length | 
| content length | |
codestream parameters
| int codestream_param::fd | 
file descriptor
Referenced by fetch_codestream1byte(), fetch_codestream2bytebigendian(), fetch_codestream4bytebigendian(), fetch_codestreambytes(), print_codestream(), and set_codestream().
| Byte8_t codestream_param::length | 
content length
Referenced by print_codestream(), and set_codestream().
| OPJ_OFF_T codestream_param::offset | 
byte position of DBox (Box Contents) in the file
Referenced by fetch_codestream1byte(), fetch_codestream2bytebigendian(), fetch_codestream4bytebigendian(), fetch_codestreambytes(), print_codestream(), and set_codestream().