class OBS::WebSocket::Protocol::Responses::GetVideoInfo
@see Requests::GetVideoInfo
@see github.com/Palakis/obs-websocket/blob/4.9.1/docs/generated/protocol.md#getvideoinfo
Public Instance Methods
base_height()
click to toggle source
@!attribute [r] base_height
@return [Integer] baseHeight
field
# File lib/obs/websocket/protocol.rb, line 3499 def base_height; get_field("baseHeight", Types::Integer); end
base_width()
click to toggle source
@!attribute [r] base_width
@return [Integer] baseWidth
field
# File lib/obs/websocket/protocol.rb, line 3496 def base_width; get_field("baseWidth", Types::Integer); end
color_range()
click to toggle source
@!attribute [r] color_range
@return [String] colorRange
field
# File lib/obs/websocket/protocol.rb, line 3520 def color_range; get_field("colorRange", Types::String); end
color_space()
click to toggle source
@!attribute [r] color_space
@return [String] colorSpace
field
# File lib/obs/websocket/protocol.rb, line 3517 def color_space; get_field("colorSpace", Types::String); end
fps()
click to toggle source
@!attribute [r] fps @return [Float] fps
field
# File lib/obs/websocket/protocol.rb, line 3511 def fps; get_field("fps", Types::Float); end
output_height()
click to toggle source
@!attribute [r] output_height
@return [Integer] outputHeight
field
# File lib/obs/websocket/protocol.rb, line 3505 def output_height; get_field("outputHeight", Types::Integer); end
output_width()
click to toggle source
@!attribute [r] output_width
@return [Integer] outputWidth
field
# File lib/obs/websocket/protocol.rb, line 3502 def output_width; get_field("outputWidth", Types::Integer); end
scale_type()
click to toggle source
@!attribute [r] scale_type
@return [String] scaleType
field
# File lib/obs/websocket/protocol.rb, line 3508 def scale_type; get_field("scaleType", Types::String); end
video_format()
click to toggle source
@!attribute [r] video_format
@return [String] videoFormat
field
# File lib/obs/websocket/protocol.rb, line 3514 def video_format; get_field("videoFormat", Types::String); end