class OBS::WebSocket::Protocol::Events::TransitionDurationChanged
Public Instance Methods
new_duration()
click to toggle source
@!attribute [r] new_duration
@return [Integer] new-duration
field
# File lib/obs/websocket/protocol.rb, line 111 def new_duration; get_field("new-duration", Types::Integer); end