Class VideoContentPreferences

    • Constructor Detail

      • VideoContentPreferences

        public VideoContentPreferences​(@NonNull
                                       VideoDimensions renderDimensions)
        Constructs an instance of this class.
        Parameters:
        renderDimensions - the render dimensions to specify in the RemoteVideoTrack.
        Throws:
        java.lang.NullPointerException - if renderDimensions is null.
    • Method Detail

      • getRenderDimensions

        @NonNull
        public VideoDimensions getRenderDimensions()
      • toString

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

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

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