Enum NERoomSubStreamContentPrefer

    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      MOTION

      (默认)内容类型为动画。

      • 当共享的内容是视频、电影或游戏时,推荐选择该内容类型。

      • 当用户设置内容类型为动画时,按用户设置的帧率处理。

      DETAILS

      内容类型为细节。

      • 当共享的内容是图片或文字时,推荐选择该内容类型。

      • 当用户设置内容类型为细节时,最高允许用户设置到 10 帧,设置超过10帧时,按10帧处理。

    • Method Summary

      Modifier and Type Method Description
      final NERoomSubStreamContentPrefer valueOf(String value) Returns the enum constant of this type with the specified name.
      final Array<NERoomSubStreamContentPrefer> values() Returns an array containing the constants of this enum type, in the order they're declared.
      final Integer getValue()
      • Methods inherited from class kotlin.Enum

        getName, getOrdinal
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • valueOf

         final NERoomSubStreamContentPrefer valueOf(String value)

        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

      • values

         final Array<NERoomSubStreamContentPrefer> values()

        Returns an array containing the constants of this enum type, in the order they're declared.

        This method may be used to iterate over the constants.