IVSMicrophone
Objective-C
@protocol IVSMicrophone <IVSAudioDevice>Swift
protocol IVSMicrophone : IVSAudioDeviceAn extension of IVSAudioDevice that represents a physical microphone accessible by the host device.
- 
                  
                  Assign a delegate to receive updates about the attached microphone. DeclarationObjective-C @property (nonatomic, weak) id<IVSMicrophoneDelegate> _Nullable delegate;Swift weak var delegate: IVSMicrophoneDelegate? { get set }
 IVSMicrophone Protocol Reference
        IVSMicrophone Protocol Reference