Go to documentation repository
Page History
...
- WithoutDecode = 0x10 – disable video decoding on the server.
- WithoutSubtitles=0x20 – disable subtitles.
Info | ||
---|---|---|
|
...
The options parameter is created the same as parameters of the CamMonitor.ocx component – |
...
SetParam
SetParam(BSTR param_name, BSTR param_value) - sets the number of camera windows in CamMonitor.
- BSTR param_name - a string representation of the length or width.
- BSTR param_value - the number of camera windows.
How to call a function:
Code Block | ||
---|---|---|
| ||
m_cam.SetParam("monitor_ch", m_NH);
m_cam.SetParam("monitor_cw", m_NW); |
Overview
Content Tools