Video SDK for Windows API Reference
Loading...
Searching...
No Matches
IZoomVideoSDKCameraDevice Class Referenceabstract

Camera device interface. More...

#include <zoom_video_sdk_video_helper_interface.h>

Public Member Functions

virtual ~IZoomVideoSDKCameraDevice ()
 
virtual const zchar_tgetDeviceId ()=0
 
virtual const zchar_tgetDeviceName ()=0
 
virtual bool isSelectedDevice ()=0
 
virtual bool isSelectedAsMultiCamera ()=0
 Determine whether the camera is selected as multiple stream video.
 
virtual bool isRunningAsMultiCamera ()=0
 Determine whether the camera is running as multiple stream video.
 

Detailed Description

Camera device interface.

Definition at line 70 of file zoom_video_sdk_video_helper_interface.h.

Constructor & Destructor Documentation

◆ ~IZoomVideoSDKCameraDevice()

virtual IZoomVideoSDKCameraDevice::~IZoomVideoSDKCameraDevice ( )
inlinevirtual

Definition at line 73 of file zoom_video_sdk_video_helper_interface.h.

73{}

Member Function Documentation

◆ getDeviceId()

virtual const zchar_t * IZoomVideoSDKCameraDevice::getDeviceId ( )
pure virtual

◆ getDeviceName()

virtual const zchar_t * IZoomVideoSDKCameraDevice::getDeviceName ( )
pure virtual

◆ isRunningAsMultiCamera()

virtual bool IZoomVideoSDKCameraDevice::isRunningAsMultiCamera ( )
pure virtual

Determine whether the camera is running as multiple stream video.

Returns
True if running. Otherwise returns false.

◆ isSelectedAsMultiCamera()

virtual bool IZoomVideoSDKCameraDevice::isSelectedAsMultiCamera ( )
pure virtual

Determine whether the camera is selected as multiple stream video.

Returns
True if selected. Otherwise returns false.

◆ isSelectedDevice()

virtual bool IZoomVideoSDKCameraDevice::isSelectedDevice ( )
pure virtual