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
 Gets the camera's device Id.
 
NSString * deviceName
 Gets the camera's device name.
 
BOOL isSelectedDevice
 Determines if the device is selected.
 
BOOL isSelectedAsMultiCamera
 Determines whether the camera is selected as multiple stream video.
 
BOOL isRunningAsMultiCamera
 Determines 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

Gets the camera's device Id.

Definition at line 48 of file ZMVideoSDKVideoHelper.h.

◆ deviceName

- (NSString*) deviceName
readnonatomiccopy

Gets the camera's device name.

Definition at line 53 of file ZMVideoSDKVideoHelper.h.

◆ isRunningAsMultiCamera

- (BOOL) isRunningAsMultiCamera
readnonatomicassign

Determines whether the camera is running as multiple stream video.

Definition at line 68 of file ZMVideoSDKVideoHelper.h.

◆ isSelectedAsMultiCamera

- (BOOL) isSelectedAsMultiCamera
readnonatomicassign

Determines whether the camera is selected as multiple stream video.

Definition at line 63 of file ZMVideoSDKVideoHelper.h.

◆ isSelectedDevice

- (BOOL) isSelectedDevice
readnonatomicassign

Determines if the device is selected.

Definition at line 58 of file ZMVideoSDKVideoHelper.h.