Package tvi.webrtc

Class VideoSource.AspectRatio

  • Enclosing class:
    VideoSource

    public static class VideoSource.AspectRatio
    extends java.lang.Object
    Simple aspect ratio clas for use in constraining output format.
    • Constructor Summary

      Constructors 
      Constructor Description
      AspectRatio​(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

      • width

        public final int width
      • height

        public final int height
    • Constructor Detail

      • AspectRatio

        public AspectRatio​(int width,
                           int height)