OpenJPEG  2.2.0
Data Fields
target_param Struct Reference

target parameters More...

#include <target_manager.h>

Data Fields

char tid [MAX_LENOFTID]
 target identifier More...
 
char * targetname
 local file path or URL ( URL is supported only with SERVER mode) More...
 
int fd
 file descriptor More...
 
int csn
 codestream number More...
 
index_param_tcodeidx
 index information of codestream More...
 
int num_of_use
 numbers of sessions referring to this target More...
 
OPJ_BOOL jppstream
 if this target can return JPP-stream More...
 
OPJ_BOOL jptstream
 if this target can return JPP-stream More...
 
struct target_paramnext
 pointer to the next target More...
 

Detailed Description

target parameters

Field Documentation

index_param_t* target_param::codeidx
int target_param::csn
int target_param::fd

file descriptor

Referenced by gene_target(), and recons_stream_from_msgqueue().

OPJ_BOOL target_param::jppstream

if this target can return JPP-stream

Referenced by gene_cachemodel(), and gene_target().

OPJ_BOOL target_param::jptstream

if this target can return JPP-stream

Referenced by gene_cachemodel(), and gene_target().

struct target_param* target_param::next
int target_param::num_of_use

numbers of sessions referring to this target

Referenced by gene_target(), refer_target(), and unrefer_target().

char* target_param::targetname

local file path or URL ( URL is supported only with SERVER mode)

Referenced by gene_target(), print_allchannel(), print_cachemodel(), print_target(), and search_target().

char target_param::tid[MAX_LENOFTID]

target identifier

Referenced by gene_target(), print_target(), and search_targetBytid().


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