5 BLANKING_BUFFER_SIZE
= 2
9 # mode parameter for Bind calls
11 IN_OVER
= 1 # Video over graphics
12 IN_UNDER
= 2 # Video under graphics
13 IN_REPLACE
= 3 # Video replaces entire win
15 # mode parameters for LoadMap calls. Specifies buffer, always 256 entries
16 INPUT_COLORMAP
= 0 # tuples of 8-bit RGB
17 CHROMA_KEY_MAP
= 1 # tuples of 8-bit RGB
18 COLOR_SPACE_MAP
= 2 # tuples of 8-bit RGB
19 GAMMA_MAP
= 3 # tuples of 24-bit red values
21 # mode parameters for UseExclusive calls
26 # Format constants for the capture routines
27 RGB8_FRAMES
= 0 # noninterleaved 8 bit 3:2:3 RBG fields
28 RGB32_FRAMES
= 1 # 32-bit 8:8:8 RGB frames
29 YUV411_FRAMES
= 2 # interleaved, 8:2:2 YUV format
30 YUV411_FRAMES_AND_BLANKING_BUFFER
= 3
33 # sv.SetParam is passed variable length argument lists,
34 # consisting of <name, value> pairs. The following
35 # constants identify argument names.
38 SOURCE
= (_NAME_BASE
+ 0)
42 COLOR
= (_NAME_BASE
+ 1)
46 OUTPUTMODE
= (_NAME_BASE
+ 2)
49 FREEZE
= (_NAME_BASE
+ 3)
50 DITHER
= (_NAME_BASE
+ 4)
51 OUTPUT_FILTER
= (_NAME_BASE
+ 5)
52 HUE
= (_NAME_BASE
+ 6)
53 GENLOCK
= (_NAME_BASE
+ 7)
57 BROADCAST
= (_NAME_BASE
+ 8)
60 VIDEO_MODE
= (_NAME_BASE
+ 9)
63 INPUT_BYPASS
= (_NAME_BASE
+ 10)
64 FIELDDROP
= (_NAME_BASE
+ 11)
65 SLAVE
= (_NAME_BASE
+ 12)
66 APERTURE_FACTOR
= (_NAME_BASE
+ 13)
71 CORING
= (_NAME_BASE
+ 14)
76 APERTURE_BANDPASS
= (_NAME_BASE
+ 15)
81 PREFILTER
= (_NAME_BASE
+ 16)
82 CHROMA_TRAP
= (_NAME_BASE
+ 17)
83 CK_THRESHOLD
= (_NAME_BASE
+ 18)
84 PAL_SENSITIVITY
= (_NAME_BASE
+ 19)
85 GAIN_CONTROL
= (_NAME_BASE
+ 20)
90 AUTO_CKILL
= (_NAME_BASE
+ 21)
91 VTR_MODE
= (_NAME_BASE
+ 22)
94 LUMA_DELAY
= (_NAME_BASE
+ 23)
95 VNOISE
= (_NAME_BASE
+ 24)
100 CHCV_PAL
= (_NAME_BASE
+ 25)
101 CHCV_NTSC
= (_NAME_BASE
+ 26)
102 CCIR_LEVELS
= (_NAME_BASE
+ 27)
103 STD_CHROMA
= (_NAME_BASE
+ 28)
104 DENC_VTBYPASS
= (_NAME_BASE
+ 29)
105 FAST_TIMECONSTANT
= (_NAME_BASE
+ 30)
106 GENLOCK_DELAY
= (_NAME_BASE
+ 31)
107 PHASE_SYNC
= (_NAME_BASE
+ 32)
108 VIDEO_OUTPUT
= (_NAME_BASE
+ 33)
109 CHROMA_PHASEOUT
= (_NAME_BASE
+ 34)
110 CHROMA_CENTER
= (_NAME_BASE
+ 35)
111 YUV_TO_RGB_INVERT
= (_NAME_BASE
+ 36)
112 SOURCE1_BROADCAST
= (_NAME_BASE
+ 37)
113 SOURCE1_MODE
= (_NAME_BASE
+ 38)
114 SOURCE2_BROADCAST
= (_NAME_BASE
+ 39)
115 SOURCE2_MODE
= (_NAME_BASE
+ 40)
116 SOURCE3_BROADCAST
= (_NAME_BASE
+ 41)
117 SOURCE3_MODE
= (_NAME_BASE
+ 42)
118 SIGNAL_STD
= (_NAME_BASE
+ 43)
120 SIGNAL_COLOR
= (_NAME_BASE
+ 44)