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

#include <ZMVideoSDKAudioHelper.h>

Inherits NSObject.

Properties

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

Detailed Description

Definition at line 67 of file ZMVideoSDKAudioHelper.h.

Property Documentation

◆ deviceId

- (NSString*) deviceId
readnonatomiccopy

Device id.

Definition at line 72 of file ZMVideoSDKAudioHelper.h.

◆ deviceName

- (NSString*) deviceName
readnonatomiccopy

Device name.

Definition at line 77 of file ZMVideoSDKAudioHelper.h.

◆ isSelectedDevice

- (BOOL) isSelectedDevice
readnonatomicassign

Determine if the device is selected.

Definition at line 82 of file ZMVideoSDKAudioHelper.h.