Class LiveSettings

  • All Implemented Interfaces:
    Validable

    public class LiveSettings
    extends java.lang.Object
    implements Validable
    Video live settings
    • Constructor Detail

      • LiveSettings

        public LiveSettings()
    • Method Detail

      • canRewind

        public boolean canRewind()
      • getCanRewind

        public BoolInt getCanRewind()
      • isEndless

        public boolean isEndless()
      • getIsEndless

        public BoolInt getIsEndless()
      • getMaxDuration

        public java.lang.Integer getMaxDuration()
      • setMaxDuration

        public LiveSettings setMaxDuration​(java.lang.Integer maxDuration)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • toPrettyString

        public java.lang.String toPrettyString()