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