OpenJPEG  2.5.0
Data Fields
cache_param Struct Reference

cache parameters More...

#include <cache_manager.h>

Data Fields

char * filename
 file name More...
 
char * tid
 taregt identifier More...
 
int csn
 codestream number More...
 
char ** cid
 dynamic array of channel identifiers More...
 
int numOfcid
 number of cids More...
 
metadatalist_param_tmetadatalist
 metadata-bin list More...
 
ihdrbox_param_tihdrbox
 ihdrbox More...
 
struct cache_paramnext
 pointer to the next cache More...
 

Detailed Description

cache parameters

Field Documentation

◆ cid

char** cache_param::cid

dynamic array of channel identifiers

Referenced by add_cachecid(), gene_cache(), handle_CIDreqMSG(), print_cache(), remove_cidInCache(), and search_cacheBycid().

◆ csn

int cache_param::csn

◆ filename

char* cache_param::filename

◆ ihdrbox

ihdrbox_param_t* cache_param::ihdrbox

ihdrbox

Referenced by gene_cache(), and handle_SIZreqMSG().

◆ metadatalist

metadatalist_param_t* cache_param::metadatalist

metadata-bin list

Referenced by gene_cache(), handle_JPIPstreamMSG(), and handle_XMLreqMSG().

◆ next

struct cache_param* cache_param::next

◆ numOfcid

int cache_param::numOfcid

◆ tid

char* cache_param::tid

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