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

Represents a microphone device available to the SDK. More...

#include <ZMVideoSDKAudioHelper.h>

Inherits NSObject.

Properties

NSString * deviceId
 Device id.
 
NSString * deviceName
 Device name.
 
BOOL isSelectedDevice
 Determine if the device is selected.
 

Detailed Description

Represents a microphone device available to the SDK.

Definition at line 90 of file ZMVideoSDKAudioHelper.h.

Property Documentation

◆ deviceId

- (NSString*) deviceId
readnonatomiccopy

Device id.

Definition at line 95 of file ZMVideoSDKAudioHelper.h.

◆ deviceName

- (NSString*) deviceName
readnonatomiccopy

Device name.

Definition at line 100 of file ZMVideoSDKAudioHelper.h.

◆ isSelectedDevice

- (BOOL) isSelectedDevice
readnonatomicassign

Determine if the device is selected.

Definition at line 105 of file ZMVideoSDKAudioHelper.h.