class OBS::WebSocket::Protocol::Events::SourceFilterVisibilityChanged
Public Instance Methods
filter_enabled()
click to toggle source
@!attribute [r] filter_enabled
@return [Boolean] filterEnabled
field
# File lib/obs/websocket/protocol.rb, line 480 def filter_enabled; get_field("filterEnabled", Types::Boolean); end
filter_name()
click to toggle source
@!attribute [r] filter_name
@return [String] filterName
field
# File lib/obs/websocket/protocol.rb, line 477 def filter_name; get_field("filterName", Types::String); end
source_name()
click to toggle source
@!attribute [r] source_name
@return [String] sourceName
field
# File lib/obs/websocket/protocol.rb, line 474 def source_name; get_field("sourceName", Types::String); end