FMIceLinkIAudioTrack Protocol Reference

Conforms to FMIceLinkIMediaTrack
Declared in FMIceLinkIAudioTrack.h

Overview

Audio track interface.

– addOnLevel: required method

Adds a handler that is raised whenever the level of this track is calculated.
- (void)addOnLevel:(FMIceLinkAction1 *)value

Discussion

Adds a handler that is raised whenever the level of this track is calculated.

Declared In

FMIceLinkIAudioTrack.h

– addOnLevelWithBlock required method

Adds a handler that is raised whenever the level of this track is calculated.
- (void ( ^ ) ( void ( ^ ) ( double ) ))addOnLevelWithBlock

Discussion

Adds a handler that is raised whenever the level of this track is calculated.

Declared In

FMIceLinkIAudioTrack.h

– addOnLevelWithBlock: required method

Adds a handler that is raised whenever the level of this track is calculated.
- (void)addOnLevelWithBlock:(void ( ^ ) ( double ))valueBlock

Discussion

Adds a handler that is raised whenever the level of this track is calculated.

Declared In

FMIceLinkIAudioTrack.h

– gain required method

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

Discussion

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

Declared In

FMIceLinkIAudioTrack.h

– removeOnLevel: required method

Removes a handler that is raised whenever the level of this track is calculated.
- (void)removeOnLevel:(FMIceLinkAction1 *)value

Discussion

Removes a handler that is raised whenever the level of this track is calculated.

Declared In

FMIceLinkIAudioTrack.h

– setGain: required method

Sets a value indicating the [gain](#//api/name/gain) (input amplification) of this track. 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 track. Any value greater than or equal to 0.0 is acceptable.

Declared In

FMIceLinkIAudioTrack.h

– setVolume: required method

Sets a value indicating the [volume](#//api/name/volume) (output resistance) of this track. 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 track. Valid value range is 0.0 to 1.0, inclusive.

Declared In

FMIceLinkIAudioTrack.h

– volume required method

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

Discussion

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

Declared In

FMIceLinkIAudioTrack.h