PlusLib  2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
List of all members | Public Attributes
_FrmGrabVgaModes Struct Reference

#include <Tools/Epiphan/frmgrab.h>

Collaboration diagram for _FrmGrabVgaModes:
Collaboration graph
[legend]

Public Attributes

V2UVideoModeDescrcustomModes
 
int numCustomModes
 
int numStdModes
 
V2UVideoModeDescrstdModes
 

Detailed Description

VGA mode table can be queried or modified with a bunch of GetProperty or SetProperty calls, but getting and settinng the entire VGA mode table with one call is more efficient, especially for network frame grabbers. Number of custom modes doesn't exceed V2U_CUSTOM_VIDEOMODE_COUNT. The whole FrmGrabVgaModes structure returned by FrmGrab_GetVGAModes is allocated as a single memory block. The caller is responsible for deallocating it with with a single FrmGrab_Free call.

Definition at line 242 of file frmgrab.h.

Member Data Documentation

◆ customModes

V2UVideoModeDescr* _FrmGrabVgaModes::customModes

Definition at line 243 of file frmgrab.h.

◆ numCustomModes

int _FrmGrabVgaModes::numCustomModes

Definition at line 245 of file frmgrab.h.

◆ numStdModes

int _FrmGrabVgaModes::numStdModes

Definition at line 246 of file frmgrab.h.

◆ stdModes

V2UVideoModeDescr* _FrmGrabVgaModes::stdModes

Definition at line 244 of file frmgrab.h.


The documentation for this struct was generated from the following file: