Class: OBS::WebSocket::Protocol::Events::SourceFilterRemoved

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_nameString (readonly)

Returns filterName field.

Returns:

  • (String)

    filterName field



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

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

#filter_typeString (readonly)

Returns filterType field.

Returns:

  • (String)

    filterType field



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

def filter_type; get_field("filterType", Types::String); end

#source_nameString (readonly)

Returns sourceName field.

Returns:

  • (String)

    sourceName field



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

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