Class: OBS::WebSocket::Protocol::Responses::GetSpecialSources
- Inherits:
-
OBS::WebSocket::Protocol::Response
- Object
- ServerMessage
- OBS::WebSocket::Protocol::Response
- OBS::WebSocket::Protocol::Responses::GetSpecialSources
- Defined in:
- lib/obs/websocket/protocol.rb
Overview
Instance Attribute Summary collapse
-
#desktop_1 ⇒ String?
readonly
desktop-1field. -
#desktop_2 ⇒ String?
readonly
desktop-2field. -
#mic_1 ⇒ String?
readonly
mic-1field. -
#mic_2 ⇒ String?
readonly
mic-2field. -
#mic_3 ⇒ String?
readonly
mic-3field.
Method Summary
Methods inherited from OBS::WebSocket::Protocol::Response
Constructor Details
This class inherits a constructor from OBS::WebSocket::Protocol::Response
Instance Attribute Details
#desktop_1 ⇒ String? (readonly)
3945 |
# File 'lib/obs/websocket/protocol.rb', line 3945 def desktop_1; get_field("desktop-1", Types::Optional[Types::String]); end |
#desktop_2 ⇒ String? (readonly)
3948 |
# File 'lib/obs/websocket/protocol.rb', line 3948 def desktop_2; get_field("desktop-2", Types::Optional[Types::String]); end |
#mic_1 ⇒ String? (readonly)
3951 |
# File 'lib/obs/websocket/protocol.rb', line 3951 def mic_1; get_field("mic-1", Types::Optional[Types::String]); end |
#mic_2 ⇒ String? (readonly)
3954 |
# File 'lib/obs/websocket/protocol.rb', line 3954 def mic_2; get_field("mic-2", Types::Optional[Types::String]); end |
#mic_3 ⇒ String? (readonly)
3957 |
# File 'lib/obs/websocket/protocol.rb', line 3957 def mic_3; get_field("mic-3", Types::Optional[Types::String]); end |