User`s manual
116 Reference Manual
1. IGOChipConfig::GetVideoConfig
The GetVideoConfig method retrieves the video configurations.
Syntax
HRESULT GetVideoConfig(
TCFGVIDEOEX *pVal
);
Parameters
pVal: [Out] Pointer to a structure TVIDEOCFGEX to receive
video configurations.
Return Value
HRESULT
Related Items
IGOChip::SetVideoConfig()
2. IGOChipConfig::GetVideoSource
The GetVideoSource method retrieves the video source that
is in use.
Syntax
HRESULT GetVideoSource(
unsigned int *pVal
);
Parameters
pVal: [Out] Pointer to an integer that represents video source in
use. 0 represents S-video and 1 represents composite.