Class HMSVideoDecoderFactory

  • All Implemented Interfaces:
    hms.webrtc.VideoDecoderFactory

    
    public final class HMSVideoDecoderFactory
    extends DefaultVideoDecoderFactory
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Boolean getForceSoftwareDecoder()
      VideoDecoder createDecoder(VideoCodecInfo codecType)
      • Methods inherited from class hms.webrtc.DefaultVideoDecoderFactory

        getSupportedCodecs
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HMSVideoDecoderFactory

        HMSVideoDecoderFactory(EglBase.Context eglContext, Boolean forceSoftwareDecoder)