class OBS::WebSocket::Protocol::Events::SourceFilterRemoved
Public Instance Methods
filter_name()
click to toggle source
@!attribute [r] filter_name
@return [String] filterName
field
# File lib/obs/websocket/protocol.rb, line 465 def filter_name; get_field("filterName", Types::String); end
filter_type()
click to toggle source
@!attribute [r] filter_type
@return [String] filterType
field
# File lib/obs/websocket/protocol.rb, line 468 def filter_type; get_field("filterType", Types::String); end
source_name()
click to toggle source
@!attribute [r] source_name
@return [String] sourceName
field
# File lib/obs/websocket/protocol.rb, line 462 def source_name; get_field("sourceName", Types::String); end