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