Package tvi.webrtc

Class VideoDecoder.Settings

  • Enclosing interface:
    VideoDecoder

    public static class VideoDecoder.Settings
    extends java.lang.Object
    Settings passed to the decoder by WebRTC.
    • Constructor Summary

      Constructors 
      Constructor Description
      Settings​(int numberOfCores, int width, int height)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • numberOfCores

        public final int numberOfCores
      • width

        public final int width
      • height

        public final int height
    • Constructor Detail

      • Settings

        public Settings​(int numberOfCores,
                        int width,
                        int height)