diff --git a/stream-webrtc-android/org.webrtc/-called-by-native-unchecked/index.html b/stream-webrtc-android/org.webrtc/-called-by-native-unchecked/index.html index d7feab35f..9d7ca1d88 100644 --- a/stream-webrtc-android/org.webrtc/-called-by-native-unchecked/index.html +++ b/stream-webrtc-android/org.webrtc/-called-by-native-unchecked/index.html @@ -92,13 +92,13 @@
width x height
and framerate
.width x height
and framerate
.width x height
and framerate
.width x height
and framerate
.Java wrapper for a C++ MediaStreamTrackInterface.
Java wrapper for a C++ MediaStreamTrackInterface.
Interface for ref counted objects in WebRTC. These objects have significant resources that need to be freed when they are no longer in use. Each objects starts with ref count of one when created. If a reference is passed as a parameter to a method, the caller has ownesrship of the object by default - calling release is not necessary unless retain is called.
Interface for ref counted objects in WebRTC. These objects have significant resources that need to be freed when they are no longer in use. Each objects starts with ref count of one when created. If a reference is passed as a parameter to a method, the caller has ownesrship of the object by default - calling release is not necessary unless retain is called.
Implements image storage medium. Might be for example an OpenGL texture or a memory region containing I420-data.
Reference counting is needed since a video buffer can be shared between multiple VideoSinks, and the buffer needs to be returned to the VideoSource as soon as all references are gone.
Implements image storage medium. Might be for example an OpenGL texture or a memory region containing I420-data.
Reference counting is needed since a video buffer can be shared between multiple VideoSinks, and the buffer needs to be returned to the VideoSource as soon as all references are gone.
Wraps a native webrtc::VideoDecoder.
Wraps a native webrtc::VideoDecoder.
Wraps a native webrtc::VideoEncoder.
Wraps a native webrtc::VideoEncoder.