class OBS::WebSocket::Protocol::Events::MediaStopped

Public Instance Methods

source_kind() click to toggle source

@!attribute [r] source_kind @return [String] sourceKind field

# File lib/obs/websocket/protocol.rb, line 525
def source_kind; get_field("sourceKind", Types::String); end
source_name() click to toggle source

@!attribute [r] source_name @return [String] sourceName field

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