GetIsoSpeed
Description
Returns the camera's isochronous transmission speed in Mbps/sec.
Syntax
[VB]
value=objActiveDcam.GetIsoSpeed
[C/C++]
HRESULT GetIsoSpeed( short* pSpeed );
Data Types
[VB]
Return value
: Integer
Parameters
[C/C++]
pSpeed
[in]
Pointer to the isochronous transmission speed.
Return Values
S_OK
Success
E_FAIL
Failure.
Example
This VB example displays the transmission speed of the camera:
speed=ActiveDcam1.GetIsoSpeed
MsgBox speed
Remarks
Possible return values for this method are 100, 200, 400 and 800.