Package 

Class CustomVideoEncoderFactory

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

    
    public class CustomVideoEncoderFactory
     implements VideoEncoderFactory
                        
    • Method Summary

      Modifier and Type Method Description
      final Unit setForceSWCodec(Boolean forceSWCodec) Set to true to force software codecs.
      final Unit setForceSWCodecList(List<String> forceSWCodecs) Set a list of codecs for which to use software codecs.
      VideoEncoder createEncoder(VideoCodecInfo videoCodecInfo)
      Array<VideoCodecInfo> getSupportedCodecs()
      • Methods inherited from class io.livekit.android.webrtc.CustomVideoEncoderFactory

        getEncoderSelector, getImplementations
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait