OpenJPEG  2.5.0
Data Fields
box_param Struct Reference

box parameters More...

#include <box_manager.h>

Data Fields

int fd
 file descriptor More...
 
OPJ_OFF_T offset
 byte position of the whole Box (LBox) in the file More...
 
Byte_t headlen
 header length 8 or 16 More...
 
Byte8_t length
 length of the whole Box More...
 
char type [4]
 type of information in the DBox More...
 
struct box_paramnext
 pointer to the next box More...
 

Detailed Description

box parameters

Field Documentation

◆ fd

int box_param::fd

◆ headlen

Byte_t box_param::headlen

◆ length

Byte8_t box_param::length

◆ next

struct box_param* box_param::next

◆ offset

OPJ_OFF_T box_param::offset

◆ type

char box_param::type[4]

The documentation for this struct was generated from the following file: