|
Avaya Client Services API Reference (iOS)
|
#import <CSMicrophoneDevice.h>
Inherits CSAudioDevice.
Instance Methods | |
| (instancetype) | - initWithType: |
| Constructs microphone device of specific type. More... | |
Instance Methods inherited from CSAudioDevice | |
| (BOOL) | - isDefault |
| Indicates if audio device is system default. More... | |
| (BOOL) | - isBuiltIn |
| Indicates if audio device is built-in. More... | |
Additional Inherited Members | |
Protected Types inherited from CSAudioDevice | |
| enum | CSAudioDeviceType { CSAudioDeviceNone, CSAudioDeviceDefault, CSAudioDeviceWiredHeadset, CSAudioDeviceHandset, CSAudioDeviceSpeaker, CSAudioDeviceBluetoothHeadset, CSAudioDeviceNamed } |
| Enumeration for audio device type. More... | |
Properties inherited from CSAudioDevice | |
| NSString * | name |
| Audio device name. More... | |
| NSString * | guid |
| Audio device GUID. More... | |
| CSAudioDeviceType | type |
| Audio device type. More... | |
| - (instancetype) initWithType: | (CSAudioDeviceType) | type |
Constructs microphone device of specific type.
Implements CSAudioDevice.