struct Discord::DCA1Mappings::Opus

Included Modules

Defined in:

discordcr/dca.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def abr : Int32? #

[View source]
def abr=(abr : Int32?) #

[View source]
def channels : Int32 #

[View source]
def channels=(channels : Int32) #

[View source]
def frame_size : Int32 #

[View source]
def frame_size=(frame_size : Int32) #

[View source]
def mode : String #

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

[View source]
def sample_rate : Int32 #

[View source]
def sample_rate=(sample_rate : Int32) #

[View source]
def vbr : Bool #

[View source]
def vbr=(vbr : Bool) #

[View source]