We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 637e937 commit 932f673Copy full SHA for 932f673
stream-webrtc-android/api/stream-webrtc-android.api
@@ -629,6 +629,12 @@ public final class org/webrtc/Logging$TraceLevel : java/lang/Enum {
629
public static fun values ()[Lorg/webrtc/Logging$TraceLevel;
630
}
631
632
+public abstract interface class org/webrtc/ManagedAudioProcessingFactory : org/webrtc/AudioProcessingFactory {
633
+ public abstract fun destroyNative ()V
634
+ public abstract fun isEnabled ()Z
635
+ public abstract fun setEnabled (Z)V
636
+}
637
+
638
public class org/webrtc/MediaConstraints {
639
public final field mandatory Ljava/util/List;
640
public final field optional Ljava/util/List;
0 commit comments