struct Obsctl::OBS::State::OutputState

Overview

Stream/record output state placeholder for future controls.

Defined in:

obsctl/obs/state/output_state.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(streaming : Bool | Nil = nil, recording : Bool | Nil = nil) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(streaming _streaming = @streaming, recording _recording = @recording) #

[View source]
def recording : Bool | Nil #

def streaming : Bool | Nil #