struct Obsctl::OBS::State::AudioState

Overview

Snapshot row for one OBS audio input.

Defined in:

obsctl/obs/state/audio_state.cr

Constructors

Instance Method Summary

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

[View source]

Instance Method Detail

def alias : String | Nil #

def clone #

[View source]
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) #

[View source]
def muted : Bool | Nil #

def name : String #

def shortcut : String | Nil #

def volume_db : Float64 | Nil #

def volume_mul : Float64 | Nil #

def volume_percent : Int32 | Nil #