Class: OBS::WebSocket::Protocol::Responses::GetVideoInfo
- Inherits:
-
OBS::WebSocket::Protocol::Response
- Object
- ServerMessage
- OBS::WebSocket::Protocol::Response
- OBS::WebSocket::Protocol::Responses::GetVideoInfo
- Defined in:
- lib/obs/websocket/protocol.rb
Overview
Instance Attribute Summary collapse
-
#base_height ⇒ Integer
readonly
baseHeight
field. -
#base_width ⇒ Integer
readonly
baseWidth
field. -
#color_range ⇒ String
readonly
colorRange
field. -
#color_space ⇒ String
readonly
colorSpace
field. -
#fps ⇒ Float
readonly
fps
field. -
#output_height ⇒ Integer
readonly
outputHeight
field. -
#output_width ⇒ Integer
readonly
outputWidth
field. -
#scale_type ⇒ String
readonly
scaleType
field. -
#video_format ⇒ String
readonly
videoFormat
field.
Method Summary
Methods inherited from OBS::WebSocket::Protocol::Response
Constructor Details
This class inherits a constructor from OBS::WebSocket::Protocol::Response
Instance Attribute Details
#base_height ⇒ Integer (readonly)
Returns baseHeight
field.
3499 |
# File 'lib/obs/websocket/protocol.rb', line 3499 def base_height; get_field("baseHeight", Types::Integer); end |
#base_width ⇒ Integer (readonly)
Returns baseWidth
field.
3496 |
# File 'lib/obs/websocket/protocol.rb', line 3496 def base_width; get_field("baseWidth", Types::Integer); end |
#color_range ⇒ String (readonly)
Returns colorRange
field.
3520 |
# File 'lib/obs/websocket/protocol.rb', line 3520 def color_range; get_field("colorRange", Types::String); end |
#color_space ⇒ String (readonly)
Returns colorSpace
field.
3517 |
# File 'lib/obs/websocket/protocol.rb', line 3517 def color_space; get_field("colorSpace", Types::String); end |
#fps ⇒ Float (readonly)
Returns fps
field.
3511 |
# File 'lib/obs/websocket/protocol.rb', line 3511 def fps; get_field("fps", Types::Float); end |
#output_height ⇒ Integer (readonly)
Returns outputHeight
field.
3505 |
# File 'lib/obs/websocket/protocol.rb', line 3505 def output_height; get_field("outputHeight", Types::Integer); end |
#output_width ⇒ Integer (readonly)
Returns outputWidth
field.
3502 |
# File 'lib/obs/websocket/protocol.rb', line 3502 def output_width; get_field("outputWidth", Types::Integer); end |