Deprecated API
Contents
-
Deprecated Interfaces
-
Deprecated FieldsFieldDescriptionUse subscriber media link stats (SubscriberMediaLinkStats) instead for complete network metrics including remote publisher transport and network degradation source information.Use subscriber media link stats (SubscriberMediaLinkStats) instead for complete network metrics including remote publisher transport and network degradation source information.
-
Deprecated MethodsMethodDescriptionDeprecated. Use
BaseVideoCapturer.provideBufferFrame(ByteBuffer, int, int, int, int, boolean)instead. This method will be removed in a future version.Deprecated. UseBaseVideoCapturer.provideBufferFramePlanar(ByteBuffer, ByteBuffer, ByteBuffer, int, int, int, int, int, int, int, int, int, boolean)instead. This method will be removed in a future version.Deprecated. UseBaseVideoCapturer.provideByteArrayFrame(byte[], int, int, int, int, boolean)instead. This method will be removed in a future version.Deprecated. UseBaseVideoCapturer.provideIntArrayFrame(int[], int, int, int, int, boolean)instead. This method will be removed in a future version.This method is deprecated and will be removed in a future version of the library.If you want to free the memory of a frame you can just set the reference to null and wait the GC to collect it