FMIceLinkIAudioInput Protocol Reference
| Conforms to | FMIceLinkIAudioElement FMIceLinkIElement FMIceLinkIInput FMIceLinkIMediaElement FMIceLinkIMediaInput |
|---|---|
| Declared in | FMIceLinkIAudioInput.h |
– config
required method
Gets the configuration.
- (FMIceLinkAudioConfig *)configDiscussion
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)gainDiscussion
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)valueDiscussion
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