6#ifndef ZDKAudioDevice_h
7#define ZDKAudioDevice_h
9#import <Foundation/Foundation.h>
10#import "ZDKAudioDeviceType.h"
13NS_ASSUME_NONNULL_BEGIN
23@property(nonatomic, readonly) NSString* _Nullable
name;
31@property(nonatomic, readonly) ZDKAudioDeviceType
type;
45-(NSString*)handlesDescription;
Audio device description.
Definition: ZDKAudioDevice.h:17
NSString *_Nullable name
Gets the name of the audio device.
Definition: ZDKAudioDevice.h:23
int maxOutputChannels
Gets the number of output channels the audio device supports.
Definition: ZDKAudioDevice.h:43
int maxInputChannels
Gets the number of input channels the audio device supports.
Definition: ZDKAudioDevice.h:37
ZDKAudioDeviceType type
Gets the type of the audio device.
Definition: ZDKAudioDevice.h:31
Definition: ZDKZHandle.h:13