NVIDIA FX5500 User Guide - Page 48

SDI Application Programming Overview, Under WindowsXP, Under Linux

Page 48 highlights

CHAPTER 5 API Control SDI Application Programming Overview Application programming of the NVIDIA Quadro FX 4000/FX4500 SDI consists of two principle parts-device control and data transfer. • Device control handles the hardware configuration as well as the starting and stopping of data transfers. This chapter covers the APIs related to data control. • Data transfer is the sequence of operations that send graphics data to the video device for output. Under WindowsXP • Device control is handled by the NvGvo API, described in this chapter. • Data transfer operations are performed by the OpenGL extension WGL_NV_video_out. Under Linux • Device control is handled by the NV-CONTROL X extension, described in this chapter. • Data transfer operations are performed by the OpenGL extension GLX_NV_video_output. NVIDIA Corporation 44 Quadro FX 4500/5500 SDI User's Guide- Version 2.0

  • 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

NVIDIA Corporation
44
Quadro FX 4500/5500 SDI User’s Guide
– Version 2.0
C
HAPTER
5
API Control
SDI Application Programming Overview
Application programming of the NVIDIA Quadro FX 4000/FX4500 SDI consists of two
principle parts–device control and data transfer.
Device contro
l handles the hardware configuration as well as the starting and stopping
of data transfers.
This chapter covers the APIs related to data control.
Data transfer
is the sequence of operations that send graphics data to the video device
for output.
Under WindowsXP
Device control
is handled by the NvGvo API, described in this chapter.
Data transfer
operations are performed by the OpenGL extension
WGL_NV_video_out.
Under Linux
Device control
is handled by the NV-CONTROL X extension, described in this
chapter.
Data transfer
operations are performed by the OpenGL extension
GLX_NV_video_output.