Class: OBS::WebSocket::Protocol::Events::RecordingStopped

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

#recording_filenameString (readonly)

Returns recordingFilename field.

Returns:

  • (String)

    recordingFilename field



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

def recording_filename; get_field("recordingFilename", Types::String); end