FMIceLinkIAudioOutput Protocol Reference

Overview

An audio output.

– config required method

Gets the configuration.
- (FMIceLinkAudioConfig *)config

Discussion

Gets the configuration.

Declared In

FMIceLinkIAudioOutput.h

– setVolume: required method

Sets a value indicating the [volume](#//api/name/volume) (output resistance) of this source. Valid value range is 0.0 to 1.0, inclusive.
- (void)setVolume:(double)value

Discussion

Sets a value indicating the [volume](#//api/name/volume) (output resistance) of this source. Valid value range is 0.0 to 1.0, inclusive.

Declared In

FMIceLinkIAudioOutput.h

– volume required method

Gets a value indicating the volume (output resistance) of this source. Valid value range is 0.0 to 1.0, inclusive.
- (double)volume

Discussion

Gets a value indicating the volume (output resistance) of this source. Valid value range is 0.0 to 1.0, inclusive.

Declared In

FMIceLinkIAudioOutput.h