Class: OBS::WebSocket::Protocol::Responses::GetBrowserSourceProperties

Inherits:
OBS::WebSocket::Protocol::Response show all
Defined in:
lib/obs/websocket/protocol.rb

Overview

Instance Attribute Summary collapse

Method Summary

Methods inherited from OBS::WebSocket::Protocol::Response

#initialize, #to_h

Constructor Details

This class inherits a constructor from OBS::WebSocket::Protocol::Response

Instance Attribute Details

#cssString (readonly)



3920
# File 'lib/obs/websocket/protocol.rb', line 3920

def css; get_field("css", Types::String); end

#fpsInteger (readonly)



3929
# File 'lib/obs/websocket/protocol.rb', line 3929

def fps; get_field("fps", Types::Integer); end

#heightInteger (readonly)



3926
# File 'lib/obs/websocket/protocol.rb', line 3926

def height; get_field("height", Types::Integer); end

#is_local_fileBoolean (readonly)



3911
# File 'lib/obs/websocket/protocol.rb', line 3911

def is_local_file; get_field("is_local_file", Types::Boolean); end

#local_fileString (readonly)



3914
# File 'lib/obs/websocket/protocol.rb', line 3914

def local_file; get_field("local_file", Types::String); end

#shutdownBoolean (readonly)



3932
# File 'lib/obs/websocket/protocol.rb', line 3932

def shutdown; get_field("shutdown", Types::Boolean); end

#sourceString (readonly)



3908
# File 'lib/obs/websocket/protocol.rb', line 3908

def source; get_field("source", Types::String); end

#urlString (readonly)



3917
# File 'lib/obs/websocket/protocol.rb', line 3917

def url; get_field("url", Types::String); end

#widthInteger (readonly)



3923
# File 'lib/obs/websocket/protocol.rb', line 3923

def width; get_field("width", Types::Integer); end