Class: OBS::WebSocket::Protocol::Responses::GetSourceFilterInfo

Inherits:
OBS::WebSocket::Protocol::Response show all
Defined in:
lib/obs/websocket/protocol.rb

Overview

Instance Attribute Summary collapse

Method Summary

Methods inherited from OBS::WebSocket::Protocol::Response

#initialize, #to_h

Constructor Details

This class inherits a constructor from OBS::WebSocket::Protocol::Response

Instance Attribute Details

#enabledBoolean (readonly)

Returns enabled field.

Returns:

  • (Boolean)

    enabled field



3973
# File 'lib/obs/websocket/protocol.rb', line 3973

def enabled; get_field("enabled", Types::Boolean); end

#nameString (readonly)

Returns name field.

Returns:

  • (String)

    name field



3979
# File 'lib/obs/websocket/protocol.rb', line 3979

def name; get_field("name", Types::String); end

#settingsHash (readonly)

Returns settings field.

Returns:

  • (Hash)

    settings field



3982
# File 'lib/obs/websocket/protocol.rb', line 3982

def settings; get_field("settings", Types::Object); end

#typeString (readonly)

Returns type field.

Returns:

  • (String)

    type field



3976
# File 'lib/obs/websocket/protocol.rb', line 3976

def type; get_field("type", Types::String); end