pjsua_vid_dev_count method

int pjsua_vid_dev_count()

Get the number of video devices installed in the system.

@return The number of devices.

Implementation

int pjsua_vid_dev_count() {
  return _pjsua_vid_dev_count();
}