NVIDIA FX4500 User Guide - Page 56

NvGvoIsFrameLockModeCompatible(), NvGvoEnumDataFormats(), Destination Enumeration index

Page 56 highlights

Chapter 05 : API Control NvGvoIsFrameLockModeCompatible() // Function: NvGvoIsFrameLockModeCompatible // Description: Checks whether modes are compatible in framelock mode // Parameters: hGvoHandle - Handle to graphics adapter // nSrcEnumIndex - Source Enumeration index // // // Returns: // enumeration nDestEnumIndex pbCompatible NV_OK NV_NOTSUPPORTED - Destination Enumeration index - Pointer to receive compatability - Success - Unsupported NVSIGNALFORMAT_ NVRESULT NVAPIENTRY NvGvoIsFrameLockModeCompatible( NVGVOHANDLE hGvoHandle IN, int nSrcEnumIndex IN, int nDestEnumIndex IN, BOOL* pbCompatible OUT); NvGvoEnumDataFormats() // Function: NvGvoEnumDataFormats // Description: Enumerate data formats supported by Graphics to Video. // Parameters: hGvoHandle - Handle to graphics adapter // nEnumIndex - Enumeration index // bByEnum - TRUE nEnumIndex is NVDATAFORMAT_* // FALSE nEnumIndex is 0..n-1 // pDataFormatDetail - Pointer to receive detail or NULL // Returns: NV_OK - Success // NV_NOMORE - No more data formats to enumerate // NV_NOTSUPPORTED - Unsupported NVDATAFORMAT_ enumeration Quadro 4000/5000/6000 SDI DU-05337-001_v01 | 52

  • 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
|
52
Chapter 05 : API Control
NvGvoIsFrameLockModeCompatible()
//---------------------------------------------------------------------
// Function:
NvGvoIsFrameLockModeCompatible
// Description: Checks whether modes are compatible in framelock mode
// Parameters:
hGvoHandle
- Handle to graphics adapter
//
nSrcEnumIndex
- Source Enumeration index
//
nDestEnumIndex
- Destination Enumeration index
//
pbCompatible
- Pointer to receive compatability
// Returns:
NV_OK
- Success
//
NV_NOTSUPPORTED
- Unsupported NVSIGNALFORMAT_
enumeration
//---------------------------------------------------------------------
NVRESULT NVAPIENTRY NvGvoIsFrameLockModeCompatible(
NVGVOHANDLE
hGvoHandle
IN,
int
nSrcEnumIndex
IN,
int
nDestEnumIndex
IN,
BOOL*
pbCompatible
OUT);
NvGvoEnumDataFormats()
//---------------------------------------------------------------------
// Function:
NvGvoEnumDataFormats
// Description: Enumerate data formats supported by Graphics to Video.
// Parameters:
hGvoHandle
- Handle to graphics adapter
//
nEnumIndex
- Enumeration index
//
bByEnum
- TRUE nEnumIndex is NVDATAFORMAT_*
//
FALSE nEnumIndex is 0..n-1
//
pDataFormatDetail - Pointer to receive detail or NULL
// Returns:
NV_OK
- Success
//
NV_NOMORE
- No more data formats to enumerate
//
NV_NOTSUPPORTED
- Unsupported NVDATAFORMAT_ enumeration