|
FFmpeg
|
#include <framesync.h>
Public Attributes | |
| const AVClass * | class |
| AVFilterContext * | parent |
| Parent filter context. | |
| unsigned | nb_in |
| Number of input streams. | |
| AVRational | time_base |
| Time base for the output events. | |
| int64_t | pts |
| Timestamp of the current event. | |
| int(* | on_event )(struct FFFrameSync *fs) |
| Callback called when a frame event is ready. | |
| void * | opaque |
| Opaque pointer, not used by the API. | |
| unsigned | in_request |
| Index of the input that requires a request. | |
| unsigned | sync_level |
| Synchronization level: only inputs with the same sync level are sync sources. | |
| uint8_t | frame_ready |
| Flag indicating that a frame event is ready. | |
| uint8_t | eof |
| Flag indicating that output has reached EOF. | |
| FFFrameSyncIn * | in |
| Pointer to array of inputs. | |
| int | opt_repeatlast |
| int | opt_shortest |
| int | opt_eof_action |
Frame sync structure.
1.8.12