FFmpeg
|
AStreamSyncContext Struct Reference
Collaboration diagram for AStreamSyncContext:
Data Structures | |
struct | buf_queue |
Data Fields | |
const AVClass * | class |
AVExpr * | expr |
char * | expr_str |
double | var_values [VAR_NB] |
struct AStreamSyncContext::buf_queue | queue [2] |
int | req [2] |
int | next_out |
int | eof |
Detailed Description
Definition at line 48 of file af_astreamsync.c.
Field Documentation
const AVClass* AStreamSyncContext::class |
Definition at line 49 of file af_astreamsync.c.
int AStreamSyncContext::eof |
Definition at line 61 of file af_astreamsync.c.
Referenced by filter_frame(), request_frame(), and send_next().
AVExpr* AStreamSyncContext::expr |
Definition at line 50 of file af_astreamsync.c.
Referenced by init(), send_next(), and uninit().
char* AStreamSyncContext::expr_str |
Definition at line 51 of file af_astreamsync.c.
Referenced by init().
int AStreamSyncContext::next_out |
Definition at line 60 of file af_astreamsync.c.
Referenced by request_frame(), and send_next().
struct AStreamSyncContext::buf_queue AStreamSyncContext::queue[2] |
Referenced by filter_frame(), request_frame(), send_next(), and send_out().
int AStreamSyncContext::req[2] |
Definition at line 59 of file af_astreamsync.c.
Referenced by request_frame(), and send_out().
double AStreamSyncContext::var_values[VAR_NB] |
Definition at line 52 of file af_astreamsync.c.
Referenced by init(), send_next(), and send_out().
The documentation for this struct was generated from the following file:
Generated on Mon Nov 18 2024 06:52:11 for FFmpeg by 1.8.11