FFmpeg  4.0
Data Fields
decklink_ctx Struct Reference

#include <libavdevice/decklink_common.h>

Data Fields

IDeckLink * dl
 
IDeckLinkOutput * dlo
 
IDeckLinkInput * dli
 
IDeckLinkConfiguration * cfg
 
IDeckLinkAttributes * attr
 
decklink_output_callbackoutput_callback
 
decklink_input_callbackinput_callback
 
BMDTimeValue bmd_tb_den
 
BMDTimeValue bmd_tb_num
 
BMDDisplayMode bmd_mode
 
BMDVideoConnection video_input
 
BMDAudioConnection audio_input
 
int bmd_width
 
int bmd_height
 
int bmd_field_dominance
 
AVPacketQueue queue
 
int audio
 
int video
 
int playback_started
 
int capture_started
 
int64_t last_pts
 
unsigned long frameCount
 
unsigned int dropped
 
AVStreamaudio_st
 
AVStreamvideo_st
 
AVStreamteletext_st
 
int list_devices
 
int list_formats
 
int64_t teletext_lines
 
double preroll
 
int duplex_mode
 
DecklinkPtsSource audio_pts_source
 
DecklinkPtsSource video_pts_source
 
int draw_bars
 
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
 

Detailed Description

Definition at line 51 of file decklink_common.h.

Field Documentation

◆ dl

IDeckLink* decklink_ctx::dl

Definition at line 53 of file decklink_common.h.

Referenced by ff_decklink_read_header().

◆ dlo

IDeckLinkOutput* decklink_ctx::dlo

Definition at line 54 of file decklink_common.h.

◆ dli

IDeckLinkInput* decklink_ctx::dli

◆ cfg

IDeckLinkConfiguration* decklink_ctx::cfg

Definition at line 56 of file decklink_common.h.

◆ attr

IDeckLinkAttributes* decklink_ctx::attr

Definition at line 57 of file decklink_common.h.

Referenced by decklink_autodetect().

◆ output_callback

decklink_output_callback* decklink_ctx::output_callback

Definition at line 58 of file decklink_common.h.

◆ input_callback

decklink_input_callback* decklink_ctx::input_callback

Definition at line 59 of file decklink_common.h.

Referenced by ff_decklink_read_header().

◆ bmd_tb_den

BMDTimeValue decklink_ctx::bmd_tb_den

Definition at line 62 of file decklink_common.h.

Referenced by ff_decklink_read_header().

◆ bmd_tb_num

BMDTimeValue decklink_ctx::bmd_tb_num

Definition at line 63 of file decklink_common.h.

Referenced by ff_decklink_read_header().

◆ bmd_mode

BMDDisplayMode decklink_ctx::bmd_mode

◆ video_input

BMDVideoConnection decklink_ctx::video_input

Definition at line 65 of file decklink_common.h.

Referenced by ff_decklink_read_header().

◆ audio_input

BMDAudioConnection decklink_ctx::audio_input

Definition at line 66 of file decklink_common.h.

Referenced by ff_decklink_read_header().

◆ bmd_width

int decklink_ctx::bmd_width

Definition at line 67 of file decklink_common.h.

Referenced by ff_decklink_read_header().

◆ bmd_height

int decklink_ctx::bmd_height

Definition at line 68 of file decklink_common.h.

Referenced by ff_decklink_read_header().

◆ bmd_field_dominance

int decklink_ctx::bmd_field_dominance

Definition at line 69 of file decklink_common.h.

Referenced by ff_decklink_read_header().

◆ queue

AVPacketQueue decklink_ctx::queue

◆ audio

int decklink_ctx::audio

Definition at line 75 of file decklink_common.h.

◆ video

int decklink_ctx::video

Definition at line 76 of file decklink_common.h.

◆ playback_started

int decklink_ctx::playback_started

Definition at line 79 of file decklink_common.h.

◆ capture_started

int decklink_ctx::capture_started

Definition at line 80 of file decklink_common.h.

Referenced by ff_decklink_read_close().

◆ last_pts

int64_t decklink_ctx::last_pts

Definition at line 81 of file decklink_common.h.

◆ frameCount

unsigned long decklink_ctx::frameCount

Definition at line 82 of file decklink_common.h.

Referenced by decklink_input_callback::VideoInputFrameArrived().

◆ dropped

unsigned int decklink_ctx::dropped

Definition at line 83 of file decklink_common.h.

Referenced by decklink_input_callback::VideoInputFrameArrived().

◆ audio_st

AVStream* decklink_ctx::audio_st

◆ video_st

AVStream* decklink_ctx::video_st

◆ teletext_st

AVStream* decklink_ctx::teletext_st

◆ list_devices

int decklink_ctx::list_devices

Definition at line 89 of file decklink_common.h.

Referenced by ff_decklink_read_header().

◆ list_formats

int decklink_ctx::list_formats

Definition at line 90 of file decklink_common.h.

Referenced by ff_decklink_read_header().

◆ teletext_lines

int64_t decklink_ctx::teletext_lines

◆ preroll

double decklink_ctx::preroll

Definition at line 92 of file decklink_common.h.

Referenced by ff_decklink_read_header().

◆ duplex_mode

int decklink_ctx::duplex_mode

Definition at line 93 of file decklink_common.h.

Referenced by ff_decklink_read_header().

◆ audio_pts_source

DecklinkPtsSource decklink_ctx::audio_pts_source

◆ video_pts_source

DecklinkPtsSource decklink_ctx::video_pts_source

◆ draw_bars

int decklink_ctx::draw_bars

◆ frames_preroll

int decklink_ctx::frames_preroll

Definition at line 98 of file decklink_common.h.

◆ frames_buffer

int decklink_ctx::frames_buffer

Definition at line 99 of file decklink_common.h.

◆ mutex

pthread_mutex_t decklink_ctx::mutex

◆ cond

pthread_cond_t decklink_ctx::cond

◆ frames_buffer_available_spots

int decklink_ctx::frames_buffer_available_spots

◆ autodetect

int decklink_ctx::autodetect

◆ channels

int decklink_ctx::channels

Definition at line 106 of file decklink_common.h.

◆ audio_depth

int decklink_ctx::audio_depth

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