class OBS::WebSocket::Protocol::Responses::GetBrowserSourceProperties
@see Requests::GetBrowserSourceProperties
@see github.com/Palakis/obs-websocket/blob/4.9.1/docs/generated/protocol.md#getbrowsersourceproperties
Public Instance Methods
css()
click to toggle source
@!attribute [r] css @return [String] css
field
# File lib/obs/websocket/protocol.rb, line 3920 def css; get_field("css", Types::String); end
fps()
click to toggle source
@!attribute [r] fps @return [Integer] fps
field
# File lib/obs/websocket/protocol.rb, line 3929 def fps; get_field("fps", Types::Integer); end
height()
click to toggle source
@!attribute [r] height @return [Integer] height
field
# File lib/obs/websocket/protocol.rb, line 3926 def height; get_field("height", Types::Integer); end
is_local_file()
click to toggle source
@!attribute [r] is_local_file
@return [Boolean] is_local_file
field
# File lib/obs/websocket/protocol.rb, line 3911 def is_local_file; get_field("is_local_file", Types::Boolean); end
local_file()
click to toggle source
@!attribute [r] local_file
@return [String] local_file
field
# File lib/obs/websocket/protocol.rb, line 3914 def local_file; get_field("local_file", Types::String); end
shutdown()
click to toggle source
@!attribute [r] shutdown @return [Boolean] shutdown
field
# File lib/obs/websocket/protocol.rb, line 3932 def shutdown; get_field("shutdown", Types::Boolean); end
source()
click to toggle source
@!attribute [r] source @return [String] source
field
# File lib/obs/websocket/protocol.rb, line 3908 def source; get_field("source", Types::String); end
url()
click to toggle source
@!attribute [r] url @return [String] url
field
# File lib/obs/websocket/protocol.rb, line 3917 def url; get_field("url", Types::String); end
width()
click to toggle source
@!attribute [r] width @return [Integer] width
field
# File lib/obs/websocket/protocol.rb, line 3923 def width; get_field("width", Types::Integer); end