NVIDIA FX5500 User Guide - Page 50

NvGvo Function Description, NvGvoCaps(), Description

Page 50 highlights

CHAPTER 5 API Control NvGvo Function Description Table 5.1 NvGvo Function Index Call NvGvoCaps() NvGvoOpen() NvGvoClose() NvGvoDesktopOpen() NvGvoDesktopClose() NvGvoStatus() NvGvoSyncFormatDetect() NvGvoConfigGet() NvGvoConfigSet() NvGvoIsRunning() NvGvoStart() NvGvoStop() NvGvoEnumSignalFormats() NvGvoIsFrameLockModeCompatible() NvGvoEnumDataFormats() Description Determine the graphics-to-video capabilities of the graphics card. Open the graphics card for graphics-to-video operations using the OpenGL application interface. Close the graphics card for graphics-to-video operations using the OpenGL application interface. Open the graphics cards for graphics-to-vVideo operations using the Desktop transparent mode interface. Close the graphics cards for graphics-to-video operations using the Desktop transparent mode interface. Get the graphics-to-video status. Detect the video format of the iincoming sync signal. Get the current graphics-to-video configuration. Set the graphics-to-video configuration. Determine if there is an SDI out video stream. Start the SDI out video stream. Stop the SDI out video stream. Enumerate the supported SDI signal formats. Verify whether a mode is compatible with frame lock mode. Enumerate the supported SDI data formats. NvGvoCaps() // Function: NvGvoCaps // Description: Determine graphics adapter Graphics to Video capabilities. // Parameters: nAdapterNumber - Graphics adapter number // nReserved - Reserved (must be set to zero) // pAdapterCaps - Pointer to receive capabilities // Returns: NV_OK - Success // NV_NOTSUPPORTED - Graphics to Video not supported NVIDIA Corporation 46 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
46
Quadro FX 4500/5500 SDI User’s Guide
– Version 2.0
C
HAPTER
5
API Control
NvGvo Function Description
NvGvoCaps()
//---------------------------------------------------------------------
// Function:
NvGvoCaps
// Description: Determine
graphics adapter Graphics to Video capabilities.
// Parameters:
nAdapterNumber
- Graphics adapter number
//
nReserved
- Reserved (must be set to zero)
//
pAdapterCaps
- Pointer to receive capabilities
// Returns:
NV_OK
- Success
//
NV_NOTSUPPORTED - Graphics to Video not supported
//---------------------------------------------------------------------
Table 5.1
NvGvo Function Index
Call
Description
NvGvoCaps()
Determine the graphics-to-video capabilities of
the graphics card.
NvGvoOpen()
Open the graphics card for graphics-to-video
operations using the OpenGL application
interface.
NvGvoClose()
Close the graphics card for graphics-to-video
operations using the OpenGL application
interface.
NvGvoDesktopOpen()
Open the graphics cards for graphics-to-vVideo
operations
using the Desktop transparent mode
interface.
NvGvoDesktopClose()
Close the graphics cards for graphics-to-video
operations
using the Desktop transparent mode
interface.
NvGvoStatus()
Get the graphics-to-video status.
NvGvoSyncFormatDetect()
Detect the video format of the iincoming sync
signal.
NvGvoConfigGet()
Get the current graphics-to-video configuration.
NvGvoConfigSet()
Set the graphics-to-video configuration.
NvGvoIsRunning()
Determine if there is an SDI out video stream.
NvGvoStart()
Start the SDI out video stream.
NvGvoStop()
Stop the SDI out video stream.
NvGvoEnumSignalFormats()
Enumerate the supported SDI signal formats.
NvGvoIsFrameLockModeCompatible()
Verify whether a mode is compatible with frame
lock mode.
NvGvoEnumDataFormats()
Enumerate the supported SDI data formats.