struct

Obsctl::OBS::State::AudioState

Inherits Struct < Value < Object

Snapshot row for one OBS audio input.

Constructors

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)
Source

Instance methods

alias
clone
Source
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)
Source
muted
name
shortcut
volume_db
volume_mul
volume_percent