FFmpeg
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
Examples
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
libavdevice
decklink_common_c.h
Go to the documentation of this file.
1
/*
2
* Blackmagic DeckLink common code
3
* Copyright (c) 2013-2014 Ramiro Polla
4
* Copyright (c) 2017 Akamai Technologies, Inc.
5
*
6
* This file is part of FFmpeg.
7
*
8
* FFmpeg is free software; you can redistribute it and/or
9
* modify it under the terms of the GNU Lesser General Public
10
* License as published by the Free Software Foundation; either
11
* version 2.1 of the License, or (at your option) any later version.
12
*
13
* FFmpeg is distributed in the hope that it will be useful,
14
* but WITHOUT ANY WARRANTY; without even the implied warranty of
15
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16
* Lesser General Public License for more details.
17
*
18
* You should have received a copy of the GNU Lesser General Public
19
* License along with FFmpeg; if not, write to the Free Software
20
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21
*/
22
23
#ifndef AVDEVICE_DECKLINK_COMMON_C_H
24
#define AVDEVICE_DECKLINK_COMMON_C_H
25
26
typedef
enum
DecklinkPtsSource
{
27
PTS_SRC_AUDIO
= 1,
28
PTS_SRC_VIDEO
= 2,
29
PTS_SRC_REFERENCE
= 3,
30
PTS_SRC_WALLCLOCK
= 4,
31
PTS_SRC_ABS_WALLCLOCK
= 5,
32
PTS_SRC_NB
33
}
DecklinkPtsSource
;
34
35
struct
decklink_cctx
{
36
const
AVClass
*
cclass
;
37
38
void
*
ctx
;
39
40
/* Options */
41
int
list_devices
;
42
int
list_formats
;
43
int64_t
teletext_lines
;
44
double
preroll
;
45
int
v210
;
46
int
audio_channels
;
47
int
audio_depth
;
48
int
duplex_mode
;
49
DecklinkPtsSource
audio_pts_source
;
50
DecklinkPtsSource
video_pts_source
;
51
int
audio_input
;
52
int
video_input
;
53
int
tc_format
;
54
int
draw_bars
;
55
char
*
format_code
;
56
int
raw_format
;
57
int64_t
queue_size
;
58
int
copyts
;
59
int64_t
timestamp_align
;
60
};
61
62
#endif
/* AVDEVICE_DECKLINK_COMMON_C_H */
PTS_SRC_ABS_WALLCLOCK
Definition:
decklink_common_c.h:31
decklink_cctx::audio_depth
int audio_depth
Definition:
decklink_common_c.h:47
decklink_cctx::ctx
void * ctx
Definition:
decklink_common_c.h:38
PTS_SRC_NB
Definition:
decklink_common_c.h:32
decklink_cctx::copyts
int copyts
Definition:
decklink_common_c.h:58
decklink_cctx::v210
int v210
Definition:
decklink_common_c.h:45
decklink_cctx::duplex_mode
int duplex_mode
Definition:
decklink_common_c.h:48
PTS_SRC_AUDIO
Definition:
decklink_common_c.h:27
decklink_cctx::audio_pts_source
DecklinkPtsSource audio_pts_source
Definition:
decklink_common_c.h:49
decklink_cctx
Definition:
decklink_common_c.h:35
DecklinkPtsSource
DecklinkPtsSource
Definition:
decklink_common_c.h:26
PTS_SRC_REFERENCE
Definition:
decklink_common_c.h:29
PTS_SRC_WALLCLOCK
Definition:
decklink_common_c.h:30
decklink_cctx::draw_bars
int draw_bars
Definition:
decklink_common_c.h:54
PTS_SRC_VIDEO
Definition:
decklink_common_c.h:28
decklink_cctx::audio_input
int audio_input
Definition:
decklink_common_c.h:51
decklink_cctx::audio_channels
int audio_channels
Definition:
decklink_common_c.h:46
decklink_cctx::cclass
const AVClass * cclass
Definition:
decklink_common_c.h:36
decklink_cctx::list_formats
int list_formats
Definition:
decklink_common_c.h:42
decklink_cctx::list_devices
int list_devices
Definition:
decklink_common_c.h:41
AVClass
Describe the class of an AVClass context structure.
Definition:
log.h:67
decklink_cctx::raw_format
int raw_format
Definition:
decklink_common_c.h:56
decklink_cctx::queue_size
int64_t queue_size
Definition:
decklink_common_c.h:57
decklink_cctx::timestamp_align
int64_t timestamp_align
Definition:
decklink_common_c.h:59
decklink_cctx::format_code
char * format_code
Definition:
decklink_common_c.h:55
decklink_cctx::tc_format
int tc_format
Definition:
decklink_common_c.h:53
decklink_cctx::video_input
int video_input
Definition:
decklink_common_c.h:52
decklink_cctx::video_pts_source
DecklinkPtsSource video_pts_source
Definition:
decklink_common_c.h:50
decklink_cctx::teletext_lines
int64_t teletext_lines
Definition:
decklink_common_c.h:43
decklink_cctx::preroll
double preroll
Definition:
decklink_common_c.h:44
Generated on Tue Nov 6 2018 18:11:18 for FFmpeg by
1.8.6