Class: OBS::WebSocket::Protocol::Events::StreamStarting

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

#preview_onlyBoolean (readonly)

Returns preview-only field.

Returns:

  • (Boolean)

    preview-only field



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

def preview_only; get_field("preview-only", Types::Boolean); end