Class: OBS::WebSocket::Protocol::Responses::TakeSourceScreenshot

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

#image_fileString (readonly)

Returns imageFile field.

Returns:

  • (String)

    imageFile field



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

def image_file; get_field("imageFile", Types::String); end

#imgString (readonly)

Returns img field.

Returns:

  • (String)

    img field



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

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

#source_nameString (readonly)

Returns sourceName field.

Returns:

  • (String)

    sourceName field



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

def source_name; get_field("sourceName", Types::String); end