FFmpeg
Data Fields
decklink_ctx Struct Reference

#include <decklink_common.h>

Data Fields

IDeckLink * dl
 
IDeckLinkOutput * dlo
 
IDeckLinkInput * dli
 
IDeckLinkConfiguration * cfg
 
IDeckLinkProfileAttributesattr
 
decklink_output_callbackoutput_callback
 
BMDTimeValue bmd_tb_den
 
BMDTimeValue bmd_tb_num
 
BMDDisplayMode bmd_mode
 
BMDVideoConnection video_input
 
BMDAudioConnection audio_input
 
BMDTimecodeFormat tc_format
 
int bmd_width
 
int bmd_height
 
int bmd_field_dominance
 
int supports_vanc
 
DecklinkPacketQueue queue
 
CCFifo cc_fifo
 closed captions More...
 
DecklinkPacketQueue vanc_queue
 
int audio
 
int video
 
int playback_started
 
int64_t first_pts
 
int64_t last_pts
 
unsigned long frameCount
 
unsigned int dropped
 
AVStreamaudio_st
 
AVStreamvideo_st
 
AVStreamklv_st
 
AVStreamteletext_st
 
uint16_t cdp_sequence_num
 
int list_devices
 
int list_formats
 
int enable_klv
 
int64_t teletext_lines
 
double preroll
 
int duplex_mode
 
BMDLinkConfiguration link
 
DecklinkPtsSource audio_pts_source
 
DecklinkPtsSource video_pts_source
 
int draw_bars
 
BMDPixelFormat raw_format
 
int frames_preroll
 
int frames_buffer
 
pthread_mutex_t mutex
 
pthread_cond_t cond
 
int frames_buffer_available_spots
 
int autodetect
 
int channels
 
int audio_depth
 
unsigned long tc_seen
 

Detailed Description

Definition at line 92 of file decklink_common.h.

Field Documentation

◆ dl

IDeckLink* decklink_ctx::dl

Definition at line 94 of file decklink_common.h.

◆ dlo

IDeckLinkOutput* decklink_ctx::dlo

Definition at line 95 of file decklink_common.h.

◆ dli

IDeckLinkInput* decklink_ctx::dli

Definition at line 96 of file decklink_common.h.

◆ cfg

IDeckLinkConfiguration* decklink_ctx::cfg

Definition at line 97 of file decklink_common.h.

◆ attr

IDeckLinkProfileAttributes* decklink_ctx::attr

Definition at line 98 of file decklink_common.h.

◆ output_callback

decklink_output_callback* decklink_ctx::output_callback

Definition at line 99 of file decklink_common.h.

◆ bmd_tb_den

BMDTimeValue decklink_ctx::bmd_tb_den

Definition at line 102 of file decklink_common.h.

◆ bmd_tb_num

BMDTimeValue decklink_ctx::bmd_tb_num

Definition at line 103 of file decklink_common.h.

◆ bmd_mode

BMDDisplayMode decklink_ctx::bmd_mode

◆ video_input

BMDVideoConnection decklink_ctx::video_input

Definition at line 105 of file decklink_common.h.

◆ audio_input

BMDAudioConnection decklink_ctx::audio_input

Definition at line 106 of file decklink_common.h.

◆ tc_format

BMDTimecodeFormat decklink_ctx::tc_format

Definition at line 107 of file decklink_common.h.

Referenced by decklink_input_callback::VideoInputFrameArrived().

◆ bmd_width

int decklink_ctx::bmd_width

Definition at line 108 of file decklink_common.h.

◆ bmd_height

int decklink_ctx::bmd_height

Definition at line 109 of file decklink_common.h.

◆ bmd_field_dominance

int decklink_ctx::bmd_field_dominance

Definition at line 110 of file decklink_common.h.

◆ supports_vanc

int decklink_ctx::supports_vanc

Definition at line 111 of file decklink_common.h.

◆ queue

DecklinkPacketQueue decklink_ctx::queue

Definition at line 114 of file decklink_common.h.

Referenced by decklink_input_callback::VideoInputFrameArrived().

◆ cc_fifo

CCFifo decklink_ctx::cc_fifo

closed captions

Definition at line 116 of file decklink_common.h.

◆ vanc_queue

DecklinkPacketQueue decklink_ctx::vanc_queue

Definition at line 119 of file decklink_common.h.

◆ audio

int decklink_ctx::audio

Definition at line 122 of file decklink_common.h.

◆ video

int decklink_ctx::video

Definition at line 123 of file decklink_common.h.

◆ playback_started

int decklink_ctx::playback_started

Definition at line 126 of file decklink_common.h.

◆ first_pts

int64_t decklink_ctx::first_pts

Definition at line 127 of file decklink_common.h.

◆ last_pts

int64_t decklink_ctx::last_pts

Definition at line 128 of file decklink_common.h.

◆ frameCount

unsigned long decklink_ctx::frameCount

Definition at line 129 of file decklink_common.h.

Referenced by decklink_input_callback::VideoInputFrameArrived().

◆ dropped

unsigned int decklink_ctx::dropped

Definition at line 130 of file decklink_common.h.

Referenced by decklink_input_callback::VideoInputFrameArrived().

◆ audio_st

AVStream* decklink_ctx::audio_st

Definition at line 131 of file decklink_common.h.

Referenced by decklink_input_callback::VideoInputFrameArrived().

◆ video_st

AVStream* decklink_ctx::video_st

Definition at line 132 of file decklink_common.h.

Referenced by decklink_input_callback::VideoInputFrameArrived().

◆ klv_st

AVStream* decklink_ctx::klv_st

Definition at line 133 of file decklink_common.h.

◆ teletext_st

AVStream* decklink_ctx::teletext_st

Definition at line 134 of file decklink_common.h.

Referenced by decklink_input_callback::VideoInputFrameArrived().

◆ cdp_sequence_num

uint16_t decklink_ctx::cdp_sequence_num

Definition at line 135 of file decklink_common.h.

◆ list_devices

int decklink_ctx::list_devices

Definition at line 138 of file decklink_common.h.

◆ list_formats

int decklink_ctx::list_formats

Definition at line 139 of file decklink_common.h.

◆ enable_klv

int decklink_ctx::enable_klv

Definition at line 140 of file decklink_common.h.

Referenced by decklink_input_callback::VideoInputFrameArrived().

◆ teletext_lines

int64_t decklink_ctx::teletext_lines

Definition at line 141 of file decklink_common.h.

Referenced by decklink_input_callback::VideoInputFrameArrived().

◆ preroll

double decklink_ctx::preroll

Definition at line 142 of file decklink_common.h.

◆ duplex_mode

int decklink_ctx::duplex_mode

Definition at line 143 of file decklink_common.h.

◆ link

BMDLinkConfiguration decklink_ctx::link

Definition at line 144 of file decklink_common.h.

◆ audio_pts_source

DecklinkPtsSource decklink_ctx::audio_pts_source

Definition at line 145 of file decklink_common.h.

Referenced by decklink_input_callback::VideoInputFrameArrived().

◆ video_pts_source

DecklinkPtsSource decklink_ctx::video_pts_source

Definition at line 146 of file decklink_common.h.

Referenced by decklink_input_callback::VideoInputFrameArrived().

◆ draw_bars

int decklink_ctx::draw_bars

Definition at line 147 of file decklink_common.h.

Referenced by decklink_input_callback::VideoInputFrameArrived().

◆ raw_format

BMDPixelFormat decklink_ctx::raw_format

Definition at line 148 of file decklink_common.h.

Referenced by decklink_input_callback::VideoInputFormatChanged().

◆ frames_preroll

int decklink_ctx::frames_preroll

Definition at line 150 of file decklink_common.h.

◆ frames_buffer

int decklink_ctx::frames_buffer

Definition at line 151 of file decklink_common.h.

◆ mutex

pthread_mutex_t decklink_ctx::mutex

Definition at line 153 of file decklink_common.h.

◆ cond

pthread_cond_t decklink_ctx::cond

Definition at line 154 of file decklink_common.h.

◆ frames_buffer_available_spots

int decklink_ctx::frames_buffer_available_spots

Definition at line 155 of file decklink_common.h.

◆ autodetect

int decklink_ctx::autodetect

Definition at line 156 of file decklink_common.h.

Referenced by decklink_input_callback::VideoInputFrameArrived().

◆ channels

int decklink_ctx::channels

Definition at line 162 of file decklink_common.h.

◆ audio_depth

int decklink_ctx::audio_depth

Definition at line 163 of file decklink_common.h.

Referenced by decklink_input_callback::VideoInputFrameArrived().

◆ tc_seen

unsigned long decklink_ctx::tc_seen

Definition at line 164 of file decklink_common.h.

Referenced by decklink_input_callback::VideoInputFrameArrived().


The documentation for this struct was generated from the following file: