discord-jadx/app/src/main/java/com/discord/utilities/voice/CallSoundManager$StoreState...

34 lines
2.6 KiB
Java

package com.discord.utilities.voice;
import com.discord.api.channel.Channel;
import com.discord.models.domain.ModelApplicationStream;
import com.discord.models.user.MeUser;
import com.discord.rtcconnection.RtcConnection;
import com.discord.stores.StoreApplicationStreaming;
import com.discord.stores.StoreVoiceParticipants;
import com.discord.utilities.voice.CallSoundManager;
import d0.z.d.m;
import java.util.List;
import java.util.Map;
import rx.functions.Func7;
/* compiled from: CallSoundManager.kt */
public final class CallSoundManager$StoreStateGenerator$observeStoreState$1<T1, T2, T3, T4, T5, T6, T7, R> implements Func7<Map<Long, ? extends StoreVoiceParticipants.VoiceUser>, RtcConnection.StateChange, Map<Long, ? extends ModelApplicationStream>, Map<String, ? extends List<? extends Long>>, StoreApplicationStreaming.ActiveApplicationStream, MeUser, Channel, CallSoundManager.StoreState> {
public static final CallSoundManager$StoreStateGenerator$observeStoreState$1 INSTANCE = new CallSoundManager$StoreStateGenerator$observeStoreState$1();
public final CallSoundManager.StoreState call(Map<Long, StoreVoiceParticipants.VoiceUser> map, RtcConnection.StateChange stateChange, Map<Long, ? extends ModelApplicationStream> map2, Map<String, ? extends List<Long>> map3, StoreApplicationStreaming.ActiveApplicationStream activeApplicationStream, MeUser meUser, Channel channel) {
m.checkNotNullExpressionValue(map, "voiceParticipants");
RtcConnection.State state = stateChange.a;
m.checkNotNullExpressionValue(map2, "streamsByUser");
m.checkNotNullExpressionValue(map3, "streamSpectators");
m.checkNotNullExpressionValue(meUser, "me");
return new CallSoundManager.StoreState(map, state, map2, map3, activeApplicationStream, meUser, channel);
}
/* Return type fixed from 'java.lang.Object' to match base method */
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object] */
@Override // rx.functions.Func7
public /* bridge */ /* synthetic */ CallSoundManager.StoreState call(Map<Long, ? extends StoreVoiceParticipants.VoiceUser> map, RtcConnection.StateChange stateChange, Map<Long, ? extends ModelApplicationStream> map2, Map<String, ? extends List<? extends Long>> map3, StoreApplicationStreaming.ActiveApplicationStream activeApplicationStream, MeUser meUser, Channel channel) {
return call((Map<Long, StoreVoiceParticipants.VoiceUser>) map, stateChange, map2, (Map<String, ? extends List<Long>>) map3, activeApplicationStream, meUser, channel);
}
}