FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
decklink_ctx Struct Reference

#include <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 channels
 

Detailed Description

Definition at line 45 of file decklink_common.h.

Field Documentation

IDeckLink* decklink_ctx::dl

Definition at line 47 of file decklink_common.h.

IDeckLinkOutput* decklink_ctx::dlo

Definition at line 48 of file decklink_common.h.

IDeckLinkInput* decklink_ctx::dli

Definition at line 49 of file decklink_common.h.

IDeckLinkConfiguration* decklink_ctx::cfg

Definition at line 50 of file decklink_common.h.

IDeckLinkAttributes* decklink_ctx::attr

Definition at line 51 of file decklink_common.h.

decklink_output_callback* decklink_ctx::output_callback

Definition at line 52 of file decklink_common.h.

decklink_input_callback* decklink_ctx::input_callback

Definition at line 53 of file decklink_common.h.

BMDTimeValue decklink_ctx::bmd_tb_den

Definition at line 56 of file decklink_common.h.

BMDTimeValue decklink_ctx::bmd_tb_num

Definition at line 57 of file decklink_common.h.

BMDDisplayMode decklink_ctx::bmd_mode

Definition at line 58 of file decklink_common.h.

Referenced by decklink_input_callback::VideoInputFrameArrived().

BMDVideoConnection decklink_ctx::video_input

Definition at line 59 of file decklink_common.h.

BMDAudioConnection decklink_ctx::audio_input

Definition at line 60 of file decklink_common.h.

int decklink_ctx::bmd_width

Definition at line 61 of file decklink_common.h.

int decklink_ctx::bmd_height

Definition at line 62 of file decklink_common.h.

int decklink_ctx::bmd_field_dominance

Definition at line 63 of file decklink_common.h.

AVPacketQueue decklink_ctx::queue

Definition at line 66 of file decklink_common.h.

Referenced by decklink_input_callback::VideoInputFrameArrived().

int decklink_ctx::audio

Definition at line 69 of file decklink_common.h.

int decklink_ctx::video

Definition at line 70 of file decklink_common.h.

int decklink_ctx::playback_started

Definition at line 73 of file decklink_common.h.

int decklink_ctx::capture_started

Definition at line 74 of file decklink_common.h.

int64_t decklink_ctx::last_pts

Definition at line 75 of file decklink_common.h.

unsigned long decklink_ctx::frameCount

Definition at line 76 of file decklink_common.h.

Referenced by decklink_input_callback::VideoInputFrameArrived().

unsigned int decklink_ctx::dropped

Definition at line 77 of file decklink_common.h.

Referenced by decklink_input_callback::VideoInputFrameArrived().

AVStream* decklink_ctx::audio_st

Definition at line 78 of file decklink_common.h.

Referenced by decklink_input_callback::VideoInputFrameArrived().

AVStream* decklink_ctx::video_st

Definition at line 79 of file decklink_common.h.

Referenced by decklink_input_callback::VideoInputFrameArrived().

AVStream* decklink_ctx::teletext_st

Definition at line 80 of file decklink_common.h.

Referenced by decklink_input_callback::VideoInputFrameArrived().

int decklink_ctx::list_devices

Definition at line 83 of file decklink_common.h.

int decklink_ctx::list_formats

Definition at line 84 of file decklink_common.h.

int64_t decklink_ctx::teletext_lines

Definition at line 85 of file decklink_common.h.

Referenced by decklink_input_callback::VideoInputFrameArrived().

double decklink_ctx::preroll

Definition at line 86 of file decklink_common.h.

int decklink_ctx::duplex_mode

Definition at line 87 of file decklink_common.h.

DecklinkPtsSource decklink_ctx::audio_pts_source

Definition at line 88 of file decklink_common.h.

Referenced by decklink_input_callback::VideoInputFrameArrived().

DecklinkPtsSource decklink_ctx::video_pts_source

Definition at line 89 of file decklink_common.h.

Referenced by decklink_input_callback::VideoInputFrameArrived().

int decklink_ctx::draw_bars

Definition at line 90 of file decklink_common.h.

Referenced by decklink_input_callback::VideoInputFrameArrived().

int decklink_ctx::frames_preroll

Definition at line 92 of file decklink_common.h.

int decklink_ctx::frames_buffer

Definition at line 93 of file decklink_common.h.

pthread_mutex_t decklink_ctx::mutex

Definition at line 95 of file decklink_common.h.

Referenced by decklink_output_callback::ScheduledFrameCompleted().

pthread_cond_t decklink_ctx::cond

Definition at line 96 of file decklink_common.h.

Referenced by decklink_output_callback::ScheduledFrameCompleted().

int decklink_ctx::frames_buffer_available_spots

Definition at line 97 of file decklink_common.h.

Referenced by decklink_output_callback::ScheduledFrameCompleted().

int decklink_ctx::channels

Definition at line 99 of file decklink_common.h.


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