Video SDK for MacOS API Reference
Loading...
Searching...
No Matches
ZMVideoSDKCameraDevice Class Reference

Represents a camera device and its state. More...

#include <ZMVideoSDKVideoHelper.h>

Inherits NSObject.

Properties

NSString * deviceID
 Get the camera's device Id.
 
NSString * deviceName
 Get the camera's device name.
 
BOOL isSelectedDevice
 Determine if the device is selected.
 
BOOL isSelectedAsMultiCamera
 Determine whether the camera is selected as multiple stream video.
 
BOOL isRunningAsMultiCamera
 Determine whether the camera is running as multiple stream video.
 

Detailed Description

Represents a camera device and its state.

Definition at line 44 of file ZMVideoSDKVideoHelper.h.

Property Documentation

◆ deviceID

- (NSString*) deviceID
readnonatomiccopy

Get the camera's device Id.

Definition at line 48 of file ZMVideoSDKVideoHelper.h.

◆ deviceName

- (NSString*) deviceName
readnonatomiccopy

Get the camera's device name.

Definition at line 53 of file ZMVideoSDKVideoHelper.h.

◆ isRunningAsMultiCamera

- (BOOL) isRunningAsMultiCamera
readnonatomicassign

Determine whether the camera is running as multiple stream video.

Definition at line 68 of file ZMVideoSDKVideoHelper.h.

◆ isSelectedAsMultiCamera

- (BOOL) isSelectedAsMultiCamera
readnonatomicassign

Determine whether the camera is selected as multiple stream video.

Definition at line 63 of file ZMVideoSDKVideoHelper.h.

◆ isSelectedDevice

- (BOOL) isSelectedDevice
readnonatomicassign

Determine if the device is selected.

Definition at line 58 of file ZMVideoSDKVideoHelper.h.