FMIceLinkIAudioTrack Protocol Reference
| Conforms to | FMIceLinkIMediaTrack | 
|---|---|
| Declared in | FMIceLinkIAudioTrack.h | 
– addOnLevel:
required method
	
Adds a handler that is raised whenever the level of
this track is calculated.
			- (void)addOnLevel:(FMIceLinkAction1 *)valueDiscussion
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 ) ))addOnLevelWithBlockDiscussion
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 ))valueBlockDiscussion
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)gainDiscussion
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 *)valueDiscussion
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)valueDiscussion
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)valueDiscussion
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)volumeDiscussion
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