FMIceLinkIAudioInput Protocol Reference

Overview

An audio input.

– config required method

Gets the configuration.
- (FMIceLinkAudioConfig *)config

Discussion

Gets the configuration.

Declared In

FMIceLinkIAudioInput.h

– gain required method

Gets a value indicating the gain (input amplification) of this sink. Any value greater than or equal to 0.0 is acceptable.
- (double)gain

Discussion

Gets a value indicating the gain (input amplification) of this sink. Any value greater than or equal to 0.0 is acceptable.

Declared In

FMIceLinkIAudioInput.h

– setGain: required method

Sets a value indicating the [gain](#//api/name/gain) (input amplification) of this sink. Any value greater than or equal to 0.0 is acceptable.
- (void)setGain:(double)value

Discussion

Sets a value indicating the [gain](#//api/name/gain) (input amplification) of this sink. Any value greater than or equal to 0.0 is acceptable.

Declared In

FMIceLinkIAudioInput.h