struct RayLib::Sound

Included Modules

Defined in:

raylib/structs.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(audio_buffer : Pointer(Void), source : UInt32, buffer : UInt32, format : Int32) #

[View source]
def self.new(pull : JSON::PullParser) #

def self.new(unwrap : Pointer(Binding::Sound)) #

[View source]
def self.new(unwrap : Binding::Sound) #

[View source]

Instance Method Detail

def audio_buffer : Pointer(Void) #

[View source]
def audio_buffer=(audio_buffer : Pointer(Void)) #

[View source]
def buffer : LibC::UInt #

[View source]
def buffer=(buffer : LibC::UInt) #

[View source]
def format : Int32 #

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

[View source]
def source : LibC::UInt #

[View source]
def source=(source : LibC::UInt) #

[View source]
def to_unsafe #

[View source]