NVIDIA FX4500 User Guide - Page 64

Video Output Status Enumeration, Synchronization Input Status Enumeration, Device Capabilities Defines

Page 64 highlights

Chapter 05 : API Control Video Output Status Enumeration enum NVGVOOUTPUTSTATUS { NVGVOOUTPUTSTATUS_OFF , // Output not in use NVGVOOUTPUTSTATUS_ERROR , // Error detected NVGVOOUTPUTSTATUS_SDI_SD , // SDI output (standard-definition) NVGVOOUTPUTSTATUS_SDI_HD , // SDI output (high-definition) }; Synchronization Input Status Enumeration enum NVGVOSYNCSTATUS { NVGVOSYNCSTATUS_OFF NVGVOSYNCSTATUS_ERROR NVGVOSYNCSTATUS_SYNCLOSS with output NVGVOSYNCSTATUS_COMPOSITE NVGVOSYNCSTATUS_SDI_SD NVGVOSYNCSTATUS_SDI_HD }; Device Capabilities Defines , // Sync not detected , // Error detected , // Genlock in use, format mismatch , // Composite sync , // SDI sync (standard-definition) , // SDI sync (high-definition) #define NVGVOCAPS_VIDOUT_SDI Interface 0x00000001 // Supports Serial Digital (SDI) output #define NVGVOCAPS_SYNC_INTERNAL 0x00000100 // Supports Internal timing source #define NVGVOCAPS_SYNC_GENLOCK 0x00000200 // Supports Genlock timing source #define NVGVOCAPS_SYNCSRC_SDI Interface 0x00001000 // Supports Serial Digital (SDI) synchronization input #define NVGVOCAPS_SYNCSRC_COMP 0x00002000 // Supports Composite Quadro 4000/5000/6000 SDI DU-05337-001_v01 | 60

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96

Quadro 4000/5000/6000 SDI
DU-05337-001_v01
|
60
Chapter 05 : API Control
Video Output Status Enumeration
enum NVGVOOUTPUTSTATUS
{
NVGVOOUTPUTSTATUS_OFF
,
// Output not in use
NVGVOOUTPUTSTATUS_ERROR
,
// Error detected
NVGVOOUTPUTSTATUS_SDI_SD
,
// SDI output (standard-definition)
NVGVOOUTPUTSTATUS_SDI_HD
,
// SDI output (high-definition)
};
Synchronization Input Status Enumeration
enum NVGVOSYNCSTATUS
{
NVGVOSYNCSTATUS_OFF
,
// Sync not detected
NVGVOSYNCSTATUS_ERROR
,
// Error detected
NVGVOSYNCSTATUS_SYNCLOSS
,
// Genlock in use, format mismatch
with output
NVGVOSYNCSTATUS_COMPOSITE
,
// Composite sync
NVGVOSYNCSTATUS_SDI_SD
,
// SDI sync (standard-definition)
NVGVOSYNCSTATUS_SDI_HD
,
// SDI sync (high-definition)
};
Device Capabilities Defines
#define NVGVOCAPS_VIDOUT_SDI
0x00000001
// Supports Serial Digital
Interface
(SDI) output
#define NVGVOCAPS_SYNC_INTERNAL
0x00000100
// Supports Internal timing
source
#define NVGVOCAPS_SYNC_GENLOCK
0x00000200
// Supports Genlock timing
source
#define NVGVOCAPS_SYNCSRC_SDI
0x00001000
// Supports Serial Digital
Interface
(SDI) synchronization input
#define NVGVOCAPS_SYNCSRC_COMP
0x00002000
// Supports Composite