|
FFmpeg
|
Packet sync structure. More...
#include <packetsync.h>
Data Fields | |
| const AVClass * | class |
| AVBitStreamFilterContext * | parent |
| Parent filter context. More... | |
| unsigned | nb_in |
| Number of input streams. More... | |
| AVRational | time_base |
| Time base for the output events. More... | |
| int64_t | pts |
| Timestamp of the current event. More... | |
| int(* | on_event )(struct FFPacketSync *fs) |
| Callback called when a packet event is ready. More... | |
| void * | opaque |
| Opaque pointer, not used by the API. More... | |
| unsigned | in_request |
| Index of the input that requires a request. More... | |
| unsigned | sync_level |
| Synchronization level: only inputs with the same sync level are sync sources. More... | |
| uint8_t | pkt_ready |
| Flag indicating that a packet event is ready. More... | |
| uint8_t | eof |
| Flag indicating that output has reached EOF. More... | |
| FFPacketSyncIn * | in |
| Pointer to array of inputs. More... | |
| int | opt_eof_action |
| int | opt_ts_sync_mode |
Packet sync structure.
Definition at line 160 of file packetsync.h.
| const AVClass* FFPacketSync::class |
Definition at line 161 of file packetsync.h.
| AVBitStreamFilterContext* FFPacketSync::parent |
Parent filter context.
Definition at line 166 of file packetsync.h.
| unsigned FFPacketSync::nb_in |
Number of input streams.
Definition at line 171 of file packetsync.h.
| AVRational FFPacketSync::time_base |
Time base for the output events.
Definition at line 176 of file packetsync.h.
Referenced by config_output().
| int64_t FFPacketSync::pts |
Timestamp of the current event.
Definition at line 181 of file packetsync.h.
| int(* FFPacketSync::on_event) (struct FFPacketSync *fs) |
Callback called when a packet event is ready.
Definition at line 186 of file packetsync.h.
Referenced by init().
| void* FFPacketSync::opaque |
Opaque pointer, not used by the API.
Definition at line 191 of file packetsync.h.
| unsigned FFPacketSync::in_request |
Index of the input that requires a request.
Definition at line 196 of file packetsync.h.
| unsigned FFPacketSync::sync_level |
Synchronization level: only inputs with the same sync level are sync sources.
Definition at line 202 of file packetsync.h.
| uint8_t FFPacketSync::pkt_ready |
Flag indicating that a packet event is ready.
Definition at line 207 of file packetsync.h.
| uint8_t FFPacketSync::eof |
Flag indicating that output has reached EOF.
Definition at line 212 of file packetsync.h.
| FFPacketSyncIn* FFPacketSync::in |
Pointer to array of inputs.
Definition at line 217 of file packetsync.h.
| int FFPacketSync::opt_eof_action |
Definition at line 219 of file packetsync.h.
| int FFPacketSync::opt_ts_sync_mode |
Definition at line 220 of file packetsync.h.
1.8.17