Class LibwebrtcBugSimulcastFactory

  • All Implemented Interfaces:
    org.webrtc.VideoEncoderFactory

    public class LibwebrtcBugSimulcastFactory
    extends java.lang.Object
    implements org.webrtc.VideoEncoderFactory
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.webrtc.VideoEncoderFactory

        org.webrtc.VideoEncoderFactory.VideoEncoderSelector
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.webrtc.VideoEncoder createEncoder​(org.webrtc.VideoCodecInfo videoCodecInfo)  
      org.webrtc.VideoCodecInfo[] getSupportedCodecs()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.webrtc.VideoEncoderFactory

        getEncoderSelector, getImplementations
    • Method Detail

      • createEncoder

        public org.webrtc.VideoEncoder createEncoder​(org.webrtc.VideoCodecInfo videoCodecInfo)
        Specified by:
        createEncoder in interface org.webrtc.VideoEncoderFactory
      • getSupportedCodecs

        public org.webrtc.VideoCodecInfo[] getSupportedCodecs()
        Specified by:
        getSupportedCodecs in interface org.webrtc.VideoEncoderFactory