struct
Obsctl::OBS::State::AudioState
- Obsctl::OBS::State::AudioState
- Struct
- Value
- Object
Overview
Snapshot row for one OBS audio input.
Defined in:
obsctl/obs/state/audio_state.crConstructors
Instance Method Summary
- #alias : String | Nil
- #clone
- #copy_with(name _name = @name, alias _alias = @alias, shortcut _shortcut = @shortcut, muted _muted = @muted, volume_mul _volume_mul = @volume_mul, volume_db _volume_db = @volume_db, volume_percent _volume_percent = @volume_percent)
- #muted : Bool | Nil
- #name : String
- #shortcut : String | Nil
- #volume_db : Float64 | Nil
- #volume_mul : Float64 | Nil
- #volume_percent : Int32 | Nil
Constructor Detail
def self.new(name : String, alias __arg0 : String | Nil = nil, shortcut : String | Nil = nil, muted : Bool | Nil = nil, volume_mul : Float64 | Nil = nil, volume_db : Float64 | Nil = nil, volume_percent : Int32 | Nil = nil)
#
Instance Method Detail
def copy_with(name _name = @name, alias _alias = @alias, shortcut _shortcut = @shortcut, muted _muted = @muted, volume_mul _volume_mul = @volume_mul, volume_db _volume_db = @volume_db, volume_percent _volume_percent = @volume_percent)
#