Package 

Enum NERoomVideoView.VideoScalingType

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      SCALE_ASPECT_BALANCED

      折中方案,视频尺寸非等比缩放。保证视频内容全部显示,且填满视窗。

      SCALE_ASPECT_FILL

      适应区域,视频尺寸等比缩放。保证所有区域被填满,视频超出部分会被裁剪。

      SCALE_ASPECT_FIT

      适应视频,视频尺寸等比缩放。优先保证视频内容全部显示。若视频尺寸与显示视窗尺寸不一致,视窗未被填满的区域填充背景色。

    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

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