struct Obsctl::Config::AudioInputConfig

Overview

User configuration for one OBS audio input and its local aliases.

Included Modules

Defined in:

obsctl/config/config.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

def self.new(name : String, alias __arg0 : String | Nil = nil, shortcut : String | Nil = nil, kind : String = "input", stale : Bool = false) #

[View source]

Instance Method Detail

def alias : String | Nil #

def kind : String #

def name : String #

def shortcut : String | Nil #

def stale : Bool #