SetActionCount
|
|
[in] unsigned int count
|
Integer value specifying the amount of stream channels in the virtual camera. Possible values are 1 or 2.
|
|
S_OK
|
Success
|
E_FAIL
|
Failure
|
E_INVALIDARG
|
Value out of range
|
|
static CGevCamera* m_pCamera;
|
m_pCamera = createCamera();
|
|
m_pCamera->SetActionCount(2);
|
|