Package org.jitsi.service.neomedia.event
Interface CsrcAudioLevelListener
-
public interface CsrcAudioLevelListenerThe CsrcAudioLevelListener delivers audio level events reported by the remote party in cases where it (the remote party) is acting as a mixer, mixing flows from numerous contributors. It is up to upper layers such as SIP to define means of determining the exact members that the CSRC IDs and hence audio levels participants belong to.- Author:
- Emil Ivov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaudioLevelsReceived(long[] audioLevels)Called by the media service implementation after it has received audio levels for the various participants (Contributing SouRCes) that are taking part in a conference call.
-
-
-
Method Detail
-
audioLevelsReceived
void audioLevelsReceived(long[] audioLevels)
Called by the media service implementation after it has received audio levels for the various participants (Contributing SouRCes) that are taking part in a conference call.- Parameters:
audioLevels- a long array in which the elements at the even indices specify the CSRC IDs and the elements at the odd indices specify the respective audio levels
-
-