class Place::Meet::AudioFader

Included Modules

Extended Modules

Defined in:

place/meet.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new #

[View source]

Instance Method Detail

def default_level : Float64 | Nil #

[View source]
def default_muted : Bool | Nil #

[View source]
def implements_volume? #

[View source]
def level_feedback : String #

[View source]
def level_feedback=(level_feedback : String) #

[View source]
def level_feedback? : String? #

[View source]
def level_id : String | Array(String) | Nil #

[View source]
def level_id=(level_id : String | Array(String) | Nil) #

[View source]
def level_index : Int32 | Nil #

[View source]
def max_level : Float64 #

[View source]
def min_level : Float64 #

[View source]
def module_id : String #

[View source]
def module_id=(module_id : String) #

[View source]
def mute_feedback : String #

[View source]
def mute_feedback=(mute_feedback : String) #

[View source]
def mute_feedback? : String? #

[View source]
def mute_id : String | Array(String) | Nil #

[View source]
def mute_index : Int32 | Nil #

[View source]
def name : String | Nil #

[View source]
def use_defaults? #

[View source]