Class GetBrowserSourceProperties.Response

    • Constructor Detail

      • Response

        public Response()
    • Method Detail

      • getSource

        public String getSource()
        Source name.
      • isIsLocalFile

        public boolean isIsLocalFile()
        Indicates that a local file is in use.
      • getLocalFile

        public String getLocalFile()
        file path.
      • getUrl

        public String getUrl()
        Url.
      • getCss

        public String getCss()
        CSS to inject.
      • getWidth

        public int getWidth()
        Width.
      • getHeight

        public int getHeight()
        Height.
      • getFps

        public int getFps()
        Framerate.
      • isShutdown

        public boolean isShutdown()
        Indicates whether the source should be shutdown when not visible.