Class CreateViewOptions


  • public final class CreateViewOptions
    extends Object
    Options to be passed when rendering a Video
    • Constructor Summary

      Constructors 
      Constructor Description
      CreateViewOptions​(ScalingMode ScalingMode)
      Creates a new instance with a scaling mode parameter
    • Constructor Detail

      • CreateViewOptions

        public CreateViewOptions​(ScalingMode ScalingMode)
        Creates a new instance with a scaling mode parameter
        Parameters:
        ScalingMode - Scaling mode for the current video
    • Method Detail

      • finalize

        protected void finalize()
        Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.
        Overrides:
        finalize in class Object
      • getScalingMode

        public ScalingMode getScalingMode()
        Scaling mode for rendering the video.
      • setScalingMode

        public CreateViewOptions setScalingMode​(ScalingMode value)
        Scaling mode for rendering the video.
        Parameters:
        value - The new value.