Home
last modified time | relevance | path

Searched refs:sendLevel (Results 1 – 2 of 2) sorted by relevance

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/audio/
DAuxEffectInfo.java47 public final float sendLevel; field in AuxEffectInfo
60 public AuxEffectInfo(int effectId, float sendLevel) { in AuxEffectInfo() argument
62 this.sendLevel = sendLevel; in AuxEffectInfo()
75 && Float.compare(auxEffectInfo.sendLevel, sendLevel) == 0; in equals()
82 result = 31 * result + Float.floatToIntBits(sendLevel); in hashCode()
DDefaultAudioSink.java573 audioTrack.setAuxEffectSendLevel(auxEffectInfo.sendLevel); in initialize()
926 float sendLevel = auxEffectInfo.sendLevel; in setAuxEffectInfo() local
932 audioTrack.setAuxEffectSendLevel(sendLevel); in setAuxEffectInfo()