asa_import_state Struct Reference

state of a running import More...

Collaboration diagram for asa_import_state:

Collaboration graph
[legend]

Data Fields

demux_tdemux
 demuxer for msg* funcs
const char * line
 beginning of current line
size_t remain
 remaining data at line
char ** matches
 active matchgroups
unsigned nmatches
 number of matchgroups
char * selstr
 buffer for currently selected
size_t sellen
 strlen of selstr
char * out
 output buffer (NULL if empty)
size_t outlen
 length of output string w/o
int64_t usecperf
 microseconds per frame, active
int64_t origusecperf
 microseconds per frame, from app
int64_t start
 start time
int64_t end
 end time
int64_t delta [4]
 hist of last times for delta
asa_import_callbackcb
 commit callback
void * cb_arg
 callback argument

Detailed Description

state of a running import


Field Documentation

demux_t* asa_import_state::demux

demuxer for msg* funcs

const char* asa_import_state::line

beginning of current line

size_t asa_import_state::remain

remaining data at line

char** asa_import_state::matches

active matchgroups

unsigned asa_import_state::nmatches

number of matchgroups

char* asa_import_state::selstr

buffer for currently selected

size_t asa_import_state::sellen

strlen of selstr

char* asa_import_state::out

output buffer (NULL if empty)

size_t asa_import_state::outlen

length of output string w/o

int64_t asa_import_state::usecperf

microseconds per frame, active

int64_t asa_import_state::origusecperf

microseconds per frame, from app

int64_t asa_import_state::start

start time

int64_t asa_import_state::end

end time

int64_t asa_import_state::delta[4]

hist of last times for delta

asa_import_callback* asa_import_state::cb

commit callback

void* asa_import_state::cb_arg

callback argument


The documentation for this struct was generated from the following file:
Generated on Wed Aug 13 08:11:39 2008 for VLC by  doxygen 1.5.1