-
- All Implemented Interfaces:
-
livekit.org.webrtc.VideoCapturer
public interface VideoCapturerWithSize implements VideoCapturerA VideoCapturer that declares that it can determine the actual size of the capture format it will use.
-
-
Method Summary
Modifier and Type Method Description abstract SizefindCaptureFormat(Integer width, Integer height)-
Methods inherited from class io.livekit.android.room.track.video.VideoCapturerWithSize
changeCaptureFormat, dispose, initialize, isScreencast, startCapture, stopCapture -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
findCaptureFormat
abstract Size findCaptureFormat(Integer width, Integer height)
-
-
-
-