Class: OBS::WebSocket::Protocol::Responses::GetMediaState
- Inherits:
-
OBS::WebSocket::Protocol::Response
- Object
- ServerMessage
- OBS::WebSocket::Protocol::Response
- OBS::WebSocket::Protocol::Responses::GetMediaState
- Defined in:
- lib/obs/websocket/protocol.rb
Overview
Instance Attribute Summary collapse
-
#media_state ⇒ String
readonly
mediaStatefield.
Method Summary
Methods inherited from OBS::WebSocket::Protocol::Response
Constructor Details
This class inherits a constructor from OBS::WebSocket::Protocol::Response
Instance Attribute Details
#media_state ⇒ String (readonly)
Returns mediaState field.
3607 |
# File 'lib/obs/websocket/protocol.rb', line 3607 def media_state; get_field("mediaState", Types::String); end |