Class: OBS::WebSocket::Protocol::Events::SourceFilterVisibilityChanged

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

Instance Attribute Summary collapse

Method Summary

Methods inherited from OBS::WebSocket::Protocol::Event

create, #initialize, json_name, #rec_timecode, #stream_timecode, #to_h, #update_type

Constructor Details

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

Instance Attribute Details

#filter_enabledBoolean (readonly)

Returns filterEnabled field.

Returns:

  • (Boolean)

    filterEnabled field



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

def filter_enabled; get_field("filterEnabled", Types::Boolean); end

#filter_nameString (readonly)

Returns filterName field.

Returns:

  • (String)

    filterName field



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

def filter_name; get_field("filterName", Types::String); end

#source_nameString (readonly)

Returns sourceName field.

Returns:

  • (String)

    sourceName field



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

def source_name; get_field("sourceName", Types::String); end