Class: OBS::WebSocket::Protocol::Events::TransitionDurationChanged

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

#new_durationInteger (readonly)

Returns new-duration field.

Returns:

  • (Integer)

    new-duration field



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

def new_duration; get_field("new-duration", Types::Integer); end