class OBS::WebSocket::Protocol::Events::TransitionEnd

Public Instance Methods

duration() click to toggle source

@!attribute [r] duration @return [Integer] duration field

# File lib/obs/websocket/protocol.rb, line 141
def duration; get_field("duration", Types::Integer); end
name() click to toggle source

@!attribute [r] name @return [String] name field

# File lib/obs/websocket/protocol.rb, line 135
def name; get_field("name", Types::String); end
to_scene() click to toggle source

@!attribute [r] to_scene @return [String] to-scene field

# File lib/obs/websocket/protocol.rb, line 144
def to_scene; get_field("to-scene", Types::String); end
type() click to toggle source

@!attribute [r] type @return [String] type field

# File lib/obs/websocket/protocol.rb, line 138
def type; get_field("type", Types::String); end