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 5f04b5d commit 06c0873Copy full SHA for 06c0873
stream-webrtc-android/api/stream-webrtc-android.api
@@ -422,6 +422,12 @@ public final class org/webrtc/EncodedImage$FrameType : java/lang/Enum {
422
public static fun values ()[Lorg/webrtc/EncodedImage$FrameType;
423
}
424
425
+public class org/webrtc/ExternalAudioProcessingFactory : org/webrtc/AudioProcessingFactory {
426
+ public fun <init> (Ljava/lang/String;)V
427
+ public fun createNative ()J
428
+ public fun destroyNative ()V
429
+}
430
+
431
public abstract interface class org/webrtc/FecControllerFactoryFactoryInterface {
432
public abstract fun createNative ()J
433
0 commit comments