NVIDIA FX5500 User Guide - Page 56

NvGvoIsFrameLockModeCompatible(), NvGvoEnumDataFormats(), Destination Enumeration index

Page 56 highlights

CHAPTER 5 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, pbCompatible OUT); BOOL* 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 NVRESULT NVAPIENTRY NvGvoEnumDataFormats(NVGVOHANDLE hGvoHandle IN, int nEnumIndex IN, BOOL bByEnum IN, OUT); NVGVODATAFORMATDETAIL* pDataFormatDetail NVIDIA Corporation 52 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
52
Quadro FX 4500/5500 SDI User’s Guide
– Version 2.0
C
HAPTER
5
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
//---------------------------------------------------------------------
NVRESULT NVAPIENTRY NvGvoEnumDataFormats(NVGVOHANDLE
hGvoHandle
IN,
int
nEnumIndex
IN,
BOOL
bByEnum
IN,
NVGVODATAFORMATDETAIL* pDataFormatDetail
OUT);