class OBS::WebSocket::Protocol::Responses::TakeSourceScreenshot

@see Requests::TakeSourceScreenshot @see github.com/Palakis/obs-websocket/blob/4.9.1/docs/generated/protocol.md#takesourcescreenshot

Public Instance Methods

image_file() click to toggle source

@!attribute [r] image_file @return [String] imageFile field

# File lib/obs/websocket/protocol.rb, line 4050
def image_file; get_field("imageFile", Types::String); end
img() click to toggle source

@!attribute [r] img @return [String] img field

# File lib/obs/websocket/protocol.rb, line 4047
def img; get_field("img", Types::String); end
source_name() click to toggle source

@!attribute [r] source_name @return [String] sourceName field

# File lib/obs/websocket/protocol.rb, line 4044
def source_name; get_field("sourceName", Types::String); end