class OBS::WebSocket::Protocol::Events::TransitionVideoEnd
Public Instance Methods
duration()
click to toggle source
@!attribute [r] duration @return [Integer] duration
field
# File lib/obs/websocket/protocol.rb, line 156 def duration; get_field("duration", Types::Integer); end
from_scene()
click to toggle source
@!attribute [r] from_scene
@return [String, nil] from-scene
field
# File lib/obs/websocket/protocol.rb, line 159 def from_scene; get_field("from-scene", Types::Optional[Types::String]); end
name()
click to toggle source
@!attribute [r] name @return [String] name
field
# File lib/obs/websocket/protocol.rb, line 150 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 162 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 153 def type; get_field("type", Types::String); end