class OBS::WebSocket::Protocol::Responses::GetOutputInfo
@see Requests::GetOutputInfo
@see github.com/Palakis/obs-websocket/blob/4.9.1/docs/generated/protocol.md#getoutputinfo
Public Instance Methods
output_info()
click to toggle source
@!attribute [r] output_info
@return [Output] outputInfo
field
# File lib/obs/websocket/protocol.rb, line 4071 def output_info; get_field("outputInfo", Types::Output); end