class OBS::WebSocket::Protocol::Responses::GetSourcesList

@see Requests::GetSourcesList @see github.com/Palakis/obs-websocket/blob/4.9.1/docs/generated/protocol.md#getsourceslist

Public Instance Methods

sources() click to toggle source

@!attribute [r] sources @return [Array<Hash>] sources field

# File lib/obs/websocket/protocol.rb, line 3631
def sources; get_field("sources", Types::Array[Types::Object[{:name=>{:type=>Types::String, :json_name=>"name"}, :type_id=>{:type=>Types::String, :json_name=>"typeId"}, :type=>{:type=>Types::String, :json_name=>"type"}}]]); end