struct
Obsctl::Config::AudioInputConfig
- Obsctl::Config::AudioInputConfig
- Struct
- Value
- Object
Overview
User configuration for one OBS audio input and its local aliases.
Defined in:
obsctl/config/config.crConstructors
Instance Method Summary
- #alias : String | Nil
- #clone
- #copy_with(name _name = @name, alias _alias = @alias, shortcut _shortcut = @shortcut, kind _kind = @kind, stale _stale = @stale)
- #kind : String
- #name : String
- #shortcut : String | Nil
- #stale : Bool
Constructor Detail
def self.new(name : String, alias __arg0 : String | Nil = nil, shortcut : String | Nil = nil, kind : String = "input", stale : Bool = false)
#
Instance Method Detail
def copy_with(name _name = @name, alias _alias = @alias, shortcut _shortcut = @shortcut, kind _kind = @kind, stale _stale = @stale)
#