GetMaxChannel
Description
Returns the maximum index of the memory channels available for the current camera.
Syntax
[VB]
value=objActiveDcam.GetMaxChannel
[C/C++]
HRESULT GetMaxChannel( short* pChannel );
Data Types
[VB]
Return value
: Integer
Parameters
[C/C++]
pChannel
[in]
Pointer to the maximum index of the memory channels.
Example
This VB example retrieves the number of memory channels:
channels=ActiveDcam1.GetMaxChannel
Remarks
If this method returns zero, then user's memory channels are not supported for the current camera. For more details see
LoadChannel
and
SaveChannel
.