Package 

Interface VideoCapturerWithSize

  • All Implemented Interfaces:
    livekit.org.webrtc.VideoCapturer

    
    public interface VideoCapturerWithSize
     implements VideoCapturer
                        

    A 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 Size findCaptureFormat(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