FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | decklink_cctx |
Enumerations | |
enum | DecklinkPtsSource { PTS_SRC_AUDIO = 1, PTS_SRC_VIDEO = 2, PTS_SRC_REFERENCE = 3, PTS_SRC_WALLCLOCK = 4, PTS_SRC_ABS_WALLCLOCK = 5, PTS_SRC_NB } |
enum | DecklinkSignalLossAction { SIGNAL_LOSS_NONE = 1, SIGNAL_LOSS_REPEAT = 2, SIGNAL_LOSS_BARS = 3 } |
enum DecklinkPtsSource |
Enumerator | |
---|---|
PTS_SRC_AUDIO | |
PTS_SRC_VIDEO | |
PTS_SRC_REFERENCE | |
PTS_SRC_WALLCLOCK | |
PTS_SRC_ABS_WALLCLOCK | |
PTS_SRC_NB |
Definition at line 31 of file decklink_common_c.h.
Enumerator | |
---|---|
SIGNAL_LOSS_NONE | |
SIGNAL_LOSS_REPEAT | |
SIGNAL_LOSS_BARS |
Definition at line 40 of file decklink_common_c.h.