class OBS::WebSocket::Protocol::Responses::GetSourceFilterInfo
@see Requests::GetSourceFilterInfo
@see github.com/Palakis/obs-websocket/blob/4.9.1/docs/generated/protocol.md#getsourcefilterinfo
Public Instance Methods
enabled()
click to toggle source
@!attribute [r] enabled @return [Boolean] enabled
field
# File lib/obs/websocket/protocol.rb, line 3973 def enabled; get_field("enabled", Types::Boolean); end
name()
click to toggle source
@!attribute [r] name @return [String] name
field
# File lib/obs/websocket/protocol.rb, line 3979 def name; get_field("name", Types::String); end
settings()
click to toggle source
@!attribute [r] settings @return [Hash] settings
field
# File lib/obs/websocket/protocol.rb, line 3982 def settings; get_field("settings", Types::Object); end
type()
click to toggle source
@!attribute [r] type @return [String] type
field
# File lib/obs/websocket/protocol.rb, line 3976 def type; get_field("type", Types::String); end